Authentication
The Voice213 API uses API keys to authenticate requests. You can view and manage your API keys in your account dashboard.
Using your API Key
Include your API key in the Authorization header of your requests:
Authorization: Bearer YOUR_API_KEYExample Request
curl https://api.voice213.com/v1/voices \
-H "Authorization: Bearer YOUR_API_KEY"Security
- Do not share your API keys in publicly accessible areas such as GitHub, client-side code, etc.
- If you suspect your API key has been compromised, regenerate it immediately in your dashboard.
Last updated on