Playlists

Create playlist

POST
https://api.tunio.ai/v1/playlists

Creates a new playlist (dynamic or static)

Request body

Create playlist request

NameTypeDescription
bpm_frominteger
-
bpm_tointeger
-
collection_idstring
-
genresstring
-
intro_asset_idstring
-
is_instrumentalboolean
-
kindstring
-
music_languagesstring
-
music_typestring
-
titleRequiredstring
-
Request example
01{
02 "bpm_from": 0,
03 "bpm_to": 0,
04 "collection_id": "string",
05 "genres": "string",
06 "intro_asset_id": "string",
07 "is_instrumental": true,
08 "kind": "string",
09 "music_languages": "string",
10 "music_type": "string",
11 "title": "string"
12}

Responses

No schema details were provided for this payload.

NameTypeDescription
messagestring
Message contains human readable error details.
successboolean
Success is always false for error payloads.
NameTypeDescription
messagestring
Message contains human readable error details.
successboolean
Success is always false for error payloads.
NameTypeDescription
messagestring
Message contains human readable error details.
successboolean
Success is always false for error payloads.