Create Playlist

Create a new playlist.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Create a new playlist. After create, the playlist has no items yet (content.list is null). Add VOD or channel items with Set Playlist Content.

📘

There is no public list endpoint for domain restriction, geo restriction, or theme resources. If you need values for referers_id, countries_id, or theme_id, contact support or use a theme id returned by create/lookup.

Request body

Send JSON with Content-Type: application/json.

FieldTypeDescription
titlestringRequired. Playlist title.
descriptionstringPlaylist description.
onlinebooleanWhether the playlist is enabled for playback. Default depends on the API; send explicitly if you need a specific state.
passwordstringOptional password to protect the playlist.
google_analyticsstringOptional Google Analytics tracking code. When tracking is off, responses often show "false" as a string.
referers_idstringOptional domain restriction set id.
countries_idstringOptional geo restriction set id.
theme_idstringOptional theme id. If omitted, the API may assign a default theme.

Response

CodeMeaning
200Playlist created. id is a UUID string.
📘

A follow-up GET /v2/playlists/{id} may need a short poll before the playlist is consistently available for update or content changes.

Body Params
string
required

Playlist title

string

Playlist description

boolean

Enables or disables playback for the playlist

string

Google Analytics tracking code. Omit to leave tracking disabled.

string

Optional password to protect the playlist

string

Domain restriction set id

string

Geo restriction set id

string

Theme id. If omitted, a default may be assigned.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json