Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://jamquest-dev.techboo.net/api/v1/chat/{musicRequestId}/end \ --header 'Authorization: Bearer <token>'
{ "status": "ok", "message": "<string>" }
Access token obtained during login or registration. Use this token in the Authorization header for authenticated requests.
Conversation ended successfully
"ok"