POST
/api/tts/generate
Generate speech audio with a selected Greit TTS voice.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | Yes | Text to synthesize. |
| engine | string | Yes | Greit TTS engine selected from the live voice catalog. |
| voice | string | No | Greit voice identifier. |
Response
Generated audio payload or Greit-managed audio URL, depending on the selected engine.
- This is a live production route.