latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-15394599.9 KB

58dc5cff0ca7

Voices

List voices

Returns a cursor-paginated catalogue of available voices. Use the voice field from a voice record when creating or updating an agent.

get/v2/voices

Query parameters

page_sizeinteger

Number of records per page (default 50, max 100).

cursorstring

Opaque pagination cursor returned by the previous response.

searchstring

Full-text search on voice name.

gender'MALE' | 'FEMALE' | 'NEUTRAL'
provider'OpenAI' | 'ElevenLabs' | 'Deepgram' | 'Cartesia' | 'Rime' | 'Sarvam'
languagestring
accentstring
sort_by'name' | 'created_at'
sort_order'asc' | 'desc'

Response

Paginated list of voices.

has_moreboolean required

Whether more records exist after this page.

next_cursorstring

Opaque cursor to pass as cursor in the next request.