v1
latestOpenAPI 3.0.02026-07-2451715.1 KBText-to-Speech
Async TTS
Returns a TTS job. Check the job status with Async Retrieve Job /api/v1/tts/{jobId} API using the returned id.<br /><br />Use callbackUrls get a callback when a TTS job completed.
post/api/v1/tts
Request body
Example request
{
"text": "Welcome to Genny!",
"speaker": "640f477d2babeb0024be422b"
}Response
Job entity that can be later used to fetch the status of the TTS job.
Example response
{
"id": "643e383551e2730025c5ae69"
}