v1
latestOpenAPI 3.0.32026-07-139687282.9 KBPlaylists
Library
Create Playlist for user
Deprecated: Use Create Playlist instead.
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.
post/users/{user_id}/playlists
Path parameters
user_idstring required
The user's Spotify user ID.
Example:smedjan
Request body
Example request
{
"name": "New Playlist",
"description": "New playlist description",
"public": false
}Response
A playlist