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.
Example request
Parameters
Type
Required
Description:
POST https://api.revoice.live/createTTS
Content-Type: application/json
{
"tts_weight": "weight_cybz3j5kwmsmejb0qfx0dwrr9",
"job_type": "tts",
"message_text": "Luke im your father, and im cool and i own $REVOICE"
}Example Response
Parameters
Type
Description
Example Response
Last updated