# Add entities to playlist **POST /actions/playlists/{playlist_id}/add-entities** 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. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **playlist_id** (string(uuid)) Playlist unique identifier ### Body: application/json (object) - **entity_ids** (array[string(uuid)]) Entity unique identifiers to add to playlist ## Responses ### 200 Updated playlist #### Body: application/json (object) object [Powered by Bump.sh](https://bump.sh)