cURL
List voices
List the curated voices available for agent configuration. Optionally filter by accent, gender, region, or age. Use the returned voiceId when updating an agent voice; call GET /voices/{voiceId} for the full detail record.
Required API key scope: voices:read.
GET
cURL
Authorizations
Send your API key as Authorization: Bearer YOUR_API_KEY.
Query Parameters
Filter by accent label (case-insensitive), e.g. normal, british, southern.
Minimum string length:
1Filter by voice gender (case-insensitive).
Available options:
male, female Filter by regional grouping (case-insensitive), e.g. US, UK, AU, ES.
Minimum string length:
1Filter by age-band label (case-insensitive), e.g. young, middle_aged.
Minimum string length:
1