Skip to content

createPlaylist

POST
/api/v1/playlists
curl --request POST \
--url https://example.com/api/v1/playlists \
--header 'Content-Type: application/json' \
--header 'X-CSRF-Token: example' \
--data '{ "name": "example", "description": "example", "sourceType": "static" }'
X-CSRF-Token
required
string
Media typeapplication/json
object
name
required
string
>= 1 characters <= 180 characters
description
required
string
<= 2000 characters
sourceType
required

Static creates a manually ordered timeline; tag creates an initially empty tag-driven playlist

string
Allowed values: static tag

Playlist created

Viewer is read-only