Skip to main content
POST
Create Playlist API Endpoint

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
font_profile_id
integer
required
media_profile_id
integer
required
voice_profile_id
integer
required
template_id
integer
required
content_type_id
integer
required
playlist_name
string
required
Minimum string length: 1
preview_url
string
required
Minimum string length: 1

Response

Successfully created the playlist

Playlist OpenAPI Schema

playlist_id
integer
disabled
boolean
playlist_name
string
font_profile
Font Profile · object

Font Profile OpenAPI Schema

media_profile
Media Profile · object

Media Profile OpenAPI Schema

voice_profile
Voice Profile · object

Voice Profile OpenAPI Schema

content_type
Content Type · object

Content Type OpenAPI Schema

preview_url
string