playlist add item - hmelder/TIDAL GitHub Wiki

Example Request

  • Adding more than one track is possible by separating itemIds: {track_id},{track_id}
  • To prevent corruption you need to extract the eTag Value from the Get Playlist Header
Method

POST

Url

https://api.tidal.com/v1/playlists/{uuid}/items?countryCode={country}

onDupes Enums

FAIL
SKIP
ADD

Url-Encoded POST Parameter

itemIds: {track_id}
onArtifactNotFound: FAIL
onDupes: {enum}

Header

authorization: Bearer {access_token}
If-None-Match: {eTag} (Use eTag from the Get Playlist Header)