Atomically add several entities to the given playlist in a single database write. Entities already in the playlist are skipped. Each added entity gets its latest uploaded preview file, restricted to the playlist task type when one is set.
POST
/actions/playlists/{playlist_id}/add-entities
curl \
--request POST 'http://api.example.com/actions/playlists/{playlist_id}/add-entities' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"entity_ids":["string"]}'
Request examples
{
"entity_ids": [
"string"
]
}
Response examples (200)
{}