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.
Practical cURL examples for common Velora API operations.
x-api-key
curl -H "x-api-key: YOUR_KEY" \ "https://api.velora.crickdevs.com/api/songs?page=1&limit=20"
curl -H "x-api-key: YOUR_KEY" \ "https://api.velora.crickdevs.com/api/songs/SONG_ID"
curl -H "x-api-key: YOUR_KEY" \ "https://api.velora.crickdevs.com/api/songs/trending?limit=10"
curl -H "x-api-key: YOUR_KEY" \ "https://api.velora.crickdevs.com/api/playlists?page=1&limit=20"
curl -H "x-api-key: YOUR_KEY" \ "https://api.velora.crickdevs.com/api/playlists/PLAYLIST_ID"
curl -H "x-api-key: YOUR_KEY" \ "https://api.velora.crickdevs.com/api/playlists/PLAYLIST_ID/songs?page=1&limit=20"
curl -H "x-api-key: YOUR_KEY" \ "https://api.velora.crickdevs.com/api/artists?page=1&limit=20"
curl -H "x-api-key: YOUR_KEY" \ "https://api.velora.crickdevs.com/api/artists/USERNAME_OR_ID"
curl -H "x-api-key: YOUR_KEY" \ "https://api.velora.crickdevs.com/api/users/USERNAME"
Was this page helpful?