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

# Authentication

All API endpoints are authenticated using your API Key as a Bearer token.

Generate an API key on the dashboard at [https://dashboard.pyannote.ai](https://dashboard.pyannote.ai).

```bash Request Example theme={null}
  curl  --request GET \
    --url https://api.pyannote.ai/v1/test \
    --header: 'Authorization: Bearer <apikey>' \
    --header: 'Content-Type: application/json'
```
