Skip to main content

Get list of Available Voices

Retrieve a comprehensive list of AI voices available for your projects.

Endpoint

Method: GET
URL: https://aiapi.vadoo.tv/api/get_voices

Request Headers

HeaderTypeRequiredDescription
X-Api-KeystringYesYour API key
Voice NameVoice IDGenderAccentDescription
OnyxonyxMaleAmericanAuthoritative & Deep
AlloyalloyMaleAmericanNatural & Versatile
EchoechoMaleAmericanDeep & Mature
NovanovaFemaleAmericanEnergetic & Young
ShimmershimmerFemaleAmericanSoft & Calm
SarahEXAVITQu4vr4xnSDxMaLFemaleAmericanProfessional
CharlieIKne3meq5aSn9XLyUdCDMaleAmericanCasual

Response

The API returns a JSON array of voice objects:

[
{
"name": "Onyx",
"voice_id": "onyx",
"gender": "Male",
"accent": "American",
"preview_url": "..."
},
...
]