POST TTS Inference
Create new VC Inference Job
POST
/v1/inferences-tts
Creates a voice conversions inference job and adds it to the inference queue.
Headers
Name
Value
Content-Type
application/json
x-api-key
<token>
Body Parameters
Name
Type
Description
tts_text
text
text to be processed by the IA. Limit of 1000 characters.
tts_voice
text
name to TTS model.
You can see the available models for "tts_voice" in Types & Limits > List TTS Models
.
Response
Last updated