Skip to main content
POST
/
playlists
Replace the live queue with a new playlist
curl --request POST \
  --url http://localhost:6063/playlists \
  --header 'Content-Type: application/json' \
  --data '
{
  "tracks": [
    "<string>"
  ],
  "name": "<string>"
}
'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://rockboxzig.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
tracks
string[]
required
name
string

Response

200 - text/plain

Start index of the new playlist (as plain text)

The response is of type string.