Skip to main content
GET
Get all languages supported by a specific voice
Legacy endpoint - deprecated. Unversioned endpoints are scheduled for removal on July 31, 2026. Use the /v1 version for new integrations. This endpoint remains available for existing integrations until then.
Returns the language choices supported by one voice. Use this endpoint when a voice picker needs to show per-voice language options before saving an agent.

Path parameters

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Returns all languages supported by the specified voice

id
string
Example:

"lang_id_1"

code
string
Example:

"en"

name
string
Example:

"English"