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 GET \ --url http://localhost:1234/api/services/cider/playback/status
Get information about Cider’s playback status
Hide properties of data
{ data: { playing: false, paused: true }, error: null }
{ data: null, error: "Something went wrong!" }