Skip to content

playlist add item

Hugo Melder edited this page Jan 1, 2021 · 3 revisions

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)

TIDALAPI REST Documentation

Artists
Albums
Playlists
Tracks
Videos
Mixes
User
Get
Delete
Add
Pages
Search
Feed
Widevine
Authentication
Clone this wiki locally