Skip to main content
GET
List available voices
Returns public voice records with their IDs and display metadata, including language, accent, tags, gender, and multilingual support when available. This endpoint does not require authentication.

Response

List of available voices

name
string

Name of the voice

id
string

Unique voice ID to use when updating an agent

gender
string

Gender of the voice

language
string

Language supported by the voice

tags
string[]

Feature tags associated with the voice

accent
string

Accent of the voice

isMultiLingualSupport
boolean

Whether the voice supports multiple languages

Last modified on August 10, 2026