Skip to main content
POST
Add existing assets to an album

Path Parameters

album_id
string
required

Album ID (with album_ prefix) of the album to add the assets to.

Body

application/json
asset_ids
string[]
required

Asset IDs (with asset_ prefix) to associate with the album. Up to 200 ids per request.

Maximum array length: 200

Response

Successful Response

added_assets
string[]
required

Asset IDs newly added to the album by this call.

duplicate_assets
string[]
required

Asset IDs that were already in the album and were skipped (idempotent no-op, not an error).

not_found_assets
string[]
required

Asset IDs that were skipped because they do not exist or do not belong to the album's library.