Retrieve Available Voices
Retrieve Available Voices
Retrieve all available voices for assistant configuration
GET
Retrieve Available Voices
This endpoint returns a list of all available voices that can be used when creating or updating assistants, with optional filtering by assistant mode and language.
Query Parameters
Filter voices by assistant mode. Options:
pipeline, multimodal, dualplexFilter voices by language ID. Use the Retrieve Languages endpoint to get available language IDs.
Response Fields
Notes
- Use the
idfield asvoice_idwhen creating or updating assistants - Filter by
modeto retrieve only voices compatible with your desired assistant type - Filter by
language_idto get voices for a specific language - If no filters are specified, all available voices are returned
- Only voices that are public or belong to the authenticated user are returned

