v1

latestOpenAPI 3.1.02026-07-24474114.4 KB

Create a Playlist

create new playlist

post/playlists

Headers

content-typestring

Request body

namestring

pass here name of playlist

folder_idstring

pass here {id} of a folder you want assign playlist to

Response

201

account_idstring
aspect_ratiointeger[]
created_atnumber
folder_idstring
idstring
namestring
themestring
updated_atnumber

Example response

{
  "account_id": "5dba92731b5d034f7d8dca3d",
  "created_at": 1639486338.755,
  "folder_id": "5dba92731b5d034fa9abda21",
  "id": "61b89382aa4a7e2464c3295d",
  "name": "bimbo bod",
  "theme": "theme=predefined",
  "updated_at": 1639486338.755
}