Skip to main content
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_here

Query parameters

string
Filter by language (e.g., en-US, pt-BR)
string
Filter by quality tier. Options: basic, pro, ultra, beta
string
Filter by gender. Options: male, female

Example 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.
  • Generate Voice Template Demo: GET /api/v1/voice-templates/{voiceTemplate}/demo
  • List Phone Numbers: GET /api/v1/phone-numbers