Skip to main content
The Velora API provides public discovery endpoints for songs, playlists, artists, and users. Base URL: https://api.velora.crickdevs.com All documented public API paths are prefixed with /api.

API families

  • Songs: list, detail, trending, and recent
  • Playlists: list, detail, and playlist songs
  • Artists: list and artist detail
  • Users: public profile lookup

Authentication model

Most API calls in this section require an API key sent in the x-api-key header. For details, see authentication.