POST
/
v1
/
collections
/
{id}
/
assets
Add asset
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>"
}

Authorizations

Authorization
string
header
required

Use your API key in the format: Bearer bluma_live_your_api_key_here

Path Parameters

id
string
required

Collection identifier

Body

application/json
asset_id
string
required

Asset identifier

Response

Asset added to collection

message
string