v1

latestOpenAPI 3.1.02026-07-2627084.1 KB

Convert text to speech using a specified voice

Synthesize speech from text with voice and gender customization, plus optional webhook callback.
Give priority to the sample audio first, then to the voice ID, and lastly to gender.

post/v1/TextToSpeech

Request body

OR

Response

Successfully initiated TTS conversion

successboolean
task_idstring
conversion_idstring
etainteger

Example response

{
  "success": true,
  "task_id": "72eed5b0-8652-4bb4-9a95-eb0ad4850f12",
  "conversion_id": "648a6823-b2a4-47b3-801e-f452c567ae6f",
  "eta": 19
}