Playlists
Create a Playlist
Create a new playlist. By default the playlist is blank. To create a playlist along with a first item, pass:
uri
- The content URI for what we’re playing (e.g.server://1234/com.plexapp.plugins.library/library/metadata/1
).playQueueID
- To create a playlist from an existing play queue.
POST
{protocol}://{ip}:{port}
/
playlists
Authorizations
X-Plex-Token
string
headerrequiredPlex Authentication Token
Query Parameters
title
string
requiredname of the playlist
type
enum<string>
requiredtype of playlist to create
Available options:
audio
, video
, photo
smart
enum<integer>
requiredwhether the playlist is smart or not
Available options:
0
, 1
uri
string
requiredthe content URI for the playlist
playQueueID
number
the play queue to copy to a playlist
Response
200 - application/json
MediaContainer
object