/api/tts/generate
Generate speech audio with a selected catalog TTS provider.
| Name | Type | Required | Description |
|---|---|---|---|
| text | string | Yes | Text to synthesize. |
| engine | google | elevenlabs | openai | gemini | edge | Yes | TTS provider selected from the live Greit catalog. |
| voice | string | No | Provider-specific voice identifier. |
Response
Generated audio payload or provider-backed audio URL, depending on the selected engine.
- This is a live SaaS-backed production route.