cURL
curl --request POST \ --url https://api.getbluma.com/api/v1/collections/{id}/assets \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "asset_id": "<string>" } '
{ "message": "<string>" }
Add an existing asset to a collection
Use your API key in the format: Bearer bluma_live_your_api_key_here
Bearer bluma_live_your_api_key_here
Collection identifier
Asset identifier
Asset added to collection