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
| Header | Type | Required | Description |
|---|---|---|---|
| X-Api-Key | string | Yes | Your API key |
Recommended Voices
| Voice Name | Voice ID | Gender | Accent | Description |
|---|---|---|---|---|
| Onyx | onyx | Male | American | Authoritative & Deep |
| Alloy | alloy | Male | American | Natural & Versatile |
| Echo | echo | Male | American | Deep & Mature |
| Nova | nova | Female | American | Energetic & Young |
| Shimmer | shimmer | Female | American | Soft & Calm |
| Sarah | EXAVITQu4vr4xnSDxMaL | Female | American | Professional |
| Charlie | IKne3meq5aSn9XLyUdCD | Male | American | Casual |
Response
The API returns a JSON array of voice objects:
[
{
"name": "Onyx",
"voice_id": "onyx",
"gender": "Male",
"accent": "American",
"preview_url": "..."
},
...
]