Documentation Index
Fetch the complete documentation index at: https://docs.destined.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Destined Voice API uses Bearer token authentication. Include your API key in theAuthorization 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
Using the API Key
With the SDK
With cURL
With fetch
Public Endpoints
Some endpoints don’t require authentication:| Endpoint | Description |
|---|---|
GET /health | API health check |
GET /v1/speakers | List available speakers |
Error Responses
Authentication errors return a401 Unauthorized response:
| Error | Cause | Solution |
|---|---|---|
401 Unauthorized | Missing or invalid API key | Check your API key is correct |
403 Forbidden | Insufficient permissions | Contact support |
429 Too Many Requests | Rate limit exceeded | Wait and retry |