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
string
required
Bearer token for authentication. Format:
Bearer talq_your_environment_token_hereQuery parameters
string
Filter by language (e.g.,
en-US, pt-BR)string
Filter by quality tier. Options:
basic, pro, ultra, betastring
Filter by gender. Options:
male, femaleExample requests
Response
Success Response (200 OK)
Response fields
boolean
required
Indicates if the operation was successful.
array
required
Array of voice template groups.
Error responses
401 Unauthorized
422 Validation Error
500 Server Error
Error codes
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