Convert text to natural-sounding speech with customizable voice settings, allowing you to generate audio files for playback in your applications.
/list-voices
endpoint to find the perfect match for your project.
/create-custom-voice
endpoint to clone an audio recording containing your signature voice.
/source-languages
or /target-languages
endpoints for a complete list of supported languages with their corresponding IDs.Submit Your Request
Receive Your `task_id`
task_id
. This lets you check back later to see how things are going—just like tracking a package.Track Progress of Your Speech Generation
task_id
to check the current status of your request by calling the /tts/{task_id}
endpoint. You’ll know whether your audio is still being generated, completed, or if something went wrong.Retrieve the Final Audio File
SUCCESS
), you’ll get a run_id
. Use this ID to download your final audio file from the /tts-result/{run_id}
endpoint.The x-api-key
is a custom header required for authenticating requests to our API. Include this header in your request with the appropriate API key value to securely access our endpoints. You can find your API key(s) in the 'API' section of our studio website.
Successful Response
A JSON that contains the unique identifier for the task. This is used to query the status of the story task that is running. It is returned when a create request is made for a text-to-speech.