Authentication
All Observability API requests require an API key.
API Key#
Open your VoiceRun profile, then click Add PAT under Personal Access Tokens. Use the generated token as your API key and keep it server-side.
Include it in the Authorization header of every request:
Authorization: Bearer YOUR_API_KEY
Endpoint-Specific Authorization#
Some endpoints require additional permissions:
- Custom Metrics and Usage require organization admin or owner role. Requests without the required role return
403 Forbidden.
