Playlists
📄️ Create Playlist
Create a playlist for a Spotify user. (The playlist will be empty until you add tracks.) Each user is generally limited to a maximum of **11000** playlists.
📄️ Get Playlist
Get a playlist owned by a Spotify user.
📄️ Change Playlist Details
Change a playlist's name and public/private state. (The user must, of course, own the playlist.)
📄️ Update Playlist Items
Either reorder or replace items in a playlist depending on the request's parameters. To reorder items, include range_start, insert_before, range_length and snapshot_id in the request's body. To replace items, include uris as either a query parameter or in the request's body. Replacing items in a playlist will overwrite its existing items. This operation can be used for replacing or clearing items in a playlist.
📄️ Add Items to Playlist
Add one or more items to a user's playlist.
📄️ Get Playlist Items
Get full details of the items of a playlist owned by a Spotify user.
📄️ Remove Playlist Items
Remove one or more items from a user's playlist.
📄️ Get Playlist Cover Image
Get the current image associated with a specific playlist.
📄️ Add Custom Playlist Cover Image
Replace the image used to represent a specific playlist.
📄️ Get User's Playlists
Get a list of the playlists owned or followed by a Spotify user.
📄️ Get Current User's Playlists
Get a list of the playlists owned or followed by the current Spotify user.
📄️ Get Featured Playlists[DEPRECATED]
Get a list of Spotify featured playlists (shown, for example, on a Spotify player's 'Browse' tab).
📄️ Get Category's Playlists[DEPRECATED]
Get a list of Spotify playlists tagged with a particular category.