API Documentation
Text to Speech API
API that generates audio from text.
Introduction
API that turns a script into an ultra-realistic voiceover.
Quickstart
Prerequisite
- You need a creatify.ai account with API access.
- You need to go through the Get your API key
Queue a generation task
Start a generation task. You can get the accent id by calling the Get voices interface.
Check status
Now our server is generating the audio from the text and accent you provided. It will return a id
of the text_to_speech item. Then you can check the status of your audio generation by sending a GET request to Get text_to_speech item by id endpoint.
Once the status is done
, you can download the video, the link of the video is in the output
field.