API Keys
Vox uses API keys to authenticate requests. You must include your key in the header of every API request to verify your identity and track usage against your quota. Each API key allows us to enforce:- Rate Limits: Controls the number of requests allowed within a specific timeframe.
- Credit Quota: Defines the maximum usage credits available for your account.
Making Requests
All API requests require your key in theAuthorization header using the Bearer YOUR_API_KEY_HERE format:
Example Request
You can test your authentication setup by fetching the list of available voices. ReplaceYOUR_API_KEY_HERE with the key found in your dashboard.
cURL

