> ## Documentation Index
> Fetch the complete documentation index at: https://docs.velora.crickdevs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Velora API

> Public Velora API overview, authentication model, and endpoint domains.

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](/velora-api/authentication).

## Related API surfaces

* Velora local desktop integration API: [Velora local API](/velora-local-api/index)
* User dashboard API key management in the app UI: [authentication](/velora-api/authentication)
