get https://apis.elai.io/api/v1/voices
List of all supported languages and voices. List is an array of supported languages. Each language is an object with name, male and female, where you can find voices separated by gender.
Each video slide should contain the correct combination of language/voiceProvider/voice.
At this moment, we support such voice providers as Azure, Google, WellSaidLabs and ElevenLabs. Please check API response for more details.
Base example of voice/language related params each slide should have:
{
...
slides: [{
...
language: "English",
voiceType: "text",
voiceProvider: "azure",
voice: "en-US-GuyNeural",
...
}]
...
}