POST
/
api
/
kits
/
v1
/
tts

Creates a TTS inference job and adds it to the inference queue. All requests must be made as multipart form requests. The response will contain the job status.

Headers

Authorization*
String

Bearer <api-key>

Request Body

voiceModelId*
String

ID of the voice model.

inputTtsText*
String

Text to infer.

Response

Inference Job