Voice Templates & Phone Numbers
List Voice Templates
Retrieve a list of available voice templates grouped by display name
GET
List Voice Templates
Retrieve a list of available voice templates grouped by display name. This endpoint returns voice templates with different quality tiers and languages that can be used for voice agents.Endpoint
Request headers
Bearer token for authentication. Format:
Bearer talq_your_environment_token_hereQuery parameters
Filter by language (e.g.,
en-US, pt-BR)Filter by quality tier. Options:
basic, pro, ultra, betaFilter by gender. Options:
male, femaleExample requests
Response
Success Response (200 OK)
Response fields
Indicates if the operation was successful.
Array of voice template groups.
Error responses
401 Unauthorized
422 Validation Error
500 Server Error
Error codes
| Code | Description | HTTP Status |
|---|---|---|
INVALID_TOKEN | Authentication token is invalid or missing | 401 |
VALIDATION_ERROR | Query parameter validation failed | 422 |
SERVER_ERROR | Internal server error occurred | 500 |
Important notes
Grouped by display name. Voice templates are grouped by their display name, with each group containing different quality tiers of the same voice.
Quality tiers affect cost. Higher quality tiers (pro, ultra) cost more per minute than basic tiers.
Language filtering. Use the language parameter to get voice templates for specific languages.
Related endpoints
- Generate Voice Template Demo:
GET /api/v1/voice-templates/{voiceTemplate}/demo - List Phone Numbers:
GET /api/v1/phone-numbers