Creates a task to translate input text and generate corresponding speech audio
/translation-result/{run_id}
: Returns the translated text./tts-result/{run_id}
: Returns the generated voiceover audiotask_id
for tracking./translated-tts/{task_id}
endpoint until processing is complete./target-languages
endpoint for a list of supported languages and /list-voices
endpoint for a list of available voices which includes public voices and your own custom voices.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.
Parameters for initiating a translation and text-to-speech task, including source text, language preferences, and voice characteristics.
Successful Response
The response is of type any
.