v50

latestOpenAPI 3.0.1MITraw.githubusercontent.com2026-06-15222761.9 KB

List all voices

Returns an array of Voice objects available for the user

get/voices

Query parameters

language'ENGLISH' | 'SPANISH' | 'FRENCH' | 'PORTUGUESE' | 'GERMAN' | 'RUSSIAN' | 'HINDI' | 'CHINESE' | 'DUTCH' | 'ARABIC' | 'POLISH' | 'BULGARIAN' | 'JAPANESE' | 'ITALIAN'

Filter voices by language

gender'MALE' | 'FEMALE'

Filter voices by gender

visibility'public' | 'private'

Filter by visibility. 'public' returns only Argil's public voices, 'private' returns only your workspace's custom voices. Omit to return both.

Response

An array of voices

idstring uuid
namestring
createdAtstring date-time
updatedAtstring date-time
statusstring
sampleUrlstring
language'ENGLISH' | 'SPANISH' | 'FRENCH' | 'PORTUGUESE' | 'GERMAN' | 'RUSSIAN' | 'HINDI' | 'CHINESE' | 'DUTCH' | 'ARABIC' | 'POLISH' | 'BULGARIAN' | 'JAPANESE' | 'ITALIAN' nullable
gender'MALE' | 'FEMALE' nullable
All 22 operations