Make a TTS request
This endpoint creates a new text-to-speech (TTS) task. It takes a JSON payload and adds the task to the processing queue.
Last updated
This endpoint creates a new text-to-speech (TTS) task. It takes a JSON payload and adds the task to the processing queue.
Last updated
To turn text into the speech of your desired voice, you'll need the appropriate weight which as mentioned prior you can get by our .
Note that this endpoint is the ONLY endpoint which is rate limited to prevent abuse. Though the rate limit is subject of change in future updates where an authentication parameter will be added.
Post:
tts_weight
String
Yes
Internal identifier of the model
job_type
String
Yes
Modeltype, usually tts, more available soon
message_text
String
Yes
The text you desire to turn into speech
Response structure:
errorId
Integer
For a successful request the errorId will be always 0, if there has been an error it will be above 0
taskId
String
message
String
Incase of an error this will display an error description, in any other case it will display queue status
The internal_id of your request, store this to use it later for the processed tts result.