List Voices
To see available voices available to you, you need to use the GET /voice/all endpoint
It is recommended to retrieve all results, and store locally for further use.
The following parameters are available to you should you wish to refine your results:
code
curl -X 'GET' \
'https://platform-api.unith.ai/voice/all?order=ASC&page=1&take=10&language=english&provider=elevenlabs&sortBy=displayName' \
-H 'accept: application/json' \
-H 'Authorization: Bearer yourBearerToken'| Name | Description |
|---|---|
languagestring***(query)*** | Language of the voice. See below. |
accentstring***(query)*** | Accent of the voice. |
genderstring***(query)*** | --, male, female |
providerstring***(query)*** | ISO language code of the voice, e.g. en-US |
voiceIdstring (query) | Search by voice id. Example: "voiceId": "pNInz6obpgDQGcFmaJgB_eleven_flash_v2" |
orderBy(string) | order by:
displayName, language, accent, provider, gender |
Last updated Feb 18, 2026