Overview
Destined Voice API uses Bearer token authentication. Include your API key in the Authorization header of every request.
Getting Your API Key
- Sign up at destined.ai
- Navigate to Settings > API Keys
- Click Create API Key
- Copy and store your key securely
Keep your API key secret. Never commit it to version control or expose it in client-side code.
Using the API Key
With the SDK
With cURL
With fetch
Public Endpoints
Some endpoints don’t require authentication:
Error Responses
Authentication errors return a 401 Unauthorized response:
Common authentication issues: