curl --request POST \
--url https://api.example.com/api/albums/{album_id}/assets \
--header 'Content-Type: application/json' \
--data '
{
"asset_ids": [
"<string>"
]
}
'{
"added_assets": [
"<string>"
],
"duplicate_assets": [
"<string>"
]
}Adds one or more existing assets to a specific album. Assets must be in the same library as the album. Duplicate assets are ignored.
curl --request POST \
--url https://api.example.com/api/albums/{album_id}/assets \
--header 'Content-Type: application/json' \
--data '
{
"asset_ids": [
"<string>"
]
}
'{
"added_assets": [
"<string>"
],
"duplicate_assets": [
"<string>"
]
}