API that generates ultra-realistic audio voiceovers from text using AI voices and accents.
accents
list β select one of the id
values from that list and use it as the accent
in your TTS request.
GET /api/voices/
β οΈ Save the id
β youβll need it to check the generation status.
β³ Oncestatus
isdone
, download the voiceover from theoutput
field.
Step | Endpoint |
---|---|
Get Voices | GET /api/voices/ |
Create Audio | POST /api/text_to_speech/ |
Check Status | GET /api/text_to_speech/{id}/ |
API Reference | Text to Speech Reference |