The Spotify ID for the playlist.
The Spotify track or episode URI to add.
Optional request information.
Add Items to a Playlist
Add one or more items to a user's playlist.
The Spotify ID for the playlist.
The Spotify track or episode URIs to add.
Optional request information.
Change a Playlist's Details
Change a playlist's name and public/private state. (The user must, of course, own the playlist.)
The Spotify ID for the playlist.
The playlist details to update.
Create a Playlist
Create a playlist for a Spotify user. (The playlist will be empty until you add tracks.)
The user's Spotify user ID.
The name for the new playlist.
Optional request information.
Get a List of Current User's Playlists
Get a list of the playlists owned or followed by the current Spotify user.
Optional request information.
Get a Playlist
Get a playlist owned by a Spotify user.
The Spotify ID for the playlist.
Optional request information.
Get a Playlist Cover Image
Get the current image associated with a specific playlist.
The Spotify ID for the playlist.
Get a Playlist's Items
Get full details of the tracks or episodes of a playlist owned by a Spotify user.
The Spotify ID for the playlist.
Optional request information.
Get a List of a User's Playlists
Get a list of the playlists owned or followed by a Spotify user.
The user's Spotify user ID.
Optional request information.
Remove Item from a Playlist
Remove an item from a user's playlist.
The Spotify ID for the playlist.
The Spotify track or episode URI to remove.
Remove Item from a Playlist by Position
Remove an item from a user's playlist by position.
The Spotify ID for the playlist.
The Spotify track or episode URI to remove.
The positions of the item to remove.
Optional request information.
Remove Items from a Playlist
Remove one or more items from a user's playlist.
The Spotify ID for the playlist.
The Spotify track or episode URIs to remove.
Remove Items from a Playlist by Position
Remove one or more items from a user's playlist by position.
The Spotify ID for the playlist.
The Spotify track or episode URIs and positions to remove.
Optional request information.
Reorder a Playlist's Items
Reorder an item or a group of items in a playlist.
The Spotify ID for the playlist.
The position of the first item to be reordered.
The position where the items should be inserted.
Optional request information.
Replace a Playlist's Items
Replace all the items in a playlist, overwriting its existing tracks.
The Spotify ID for the playlist.
The Spotify track or episode URIs to set.
Upload a Custom Playlist Cover Image
Replace the image used to represent a specific playlist.
The Spotify ID for the playlist.
Base64 encoded JPEG image data.
Generated using TypeDoc
Add Item to a Playlist
Add an item to a user's playlist.