cURL
curl --request POST \ --url http://localhost:6063/playlists \ --header 'Content-Type: application/json' \ --data ' { "tracks": [ "<string>" ], "name": "<string>" } '
"<string>"
Documentation IndexFetch the complete documentation index at: https://rockboxzig.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://rockboxzig.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Start index of the new playlist (as plain text)
The response is of type string.
string