Playlists
Add an item to a playlist
This adds a song to a playlist. setting check=1 will not add duplicates to the playlist
post/playlists/{playlist_id}/add
Path parameters
playlist_idstring required
Unique identifier of the playlist.
Query parameters
idstring
UID of the object to add to playlist
object_type'song' | 'album' | 'artist' | 'playlist'
Default: song
type'song' | 'album' | 'artist' | 'playlist'
DEPRECATED, use object_type instead. Will be removed in API9
Request body
Response
Success