All API requests require authentication using an API key.Documentation Index
Fetch the complete documentation index at: https://voice.ai/llms.txt
Use this file to discover all available pages before exploring further.
Create an API Key
- Visit the API Keys dashboard
- Click ”+ API Key”
- Name your key (e.g., “Production”, “Development”)
- Click “Create”
Using Your API Key
Include your API key in theAuthorization header as a Bearer token:
Browser Usage & CORS
For browser applications, make API calls from your backend server (Node.js, Python, etc.) rather than directly from the browser to avoid CORS issues and keep your API key secure.Security Best Practices
- Never commit API keys to version control
- Never expose API keys in client-side code
- Use environment variables or secret management tools
- Rotate keys regularly
- Use separate keys for development, staging, and production
- Delete unused keys