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

# Authentication

All API endpoints are authenticated using an API Key Bearer tokens. If you don't have one, you can get it from the Basalt Dashboard. Find the documentation on how to get your API key [here](/docs/getting-started/api-keys).

```bash Request with bearer token theme={null}
curl https://api.getbasalt.ai/{endpoint} \
  -H "Authorization: Bearer {Your API Key}"
```
