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.

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