GET
/v1/schemas/fal/audio/fal-ai%2Finworld-tts
Accept:
Request body
3 properties · 1 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| text* | string | The text to synthesize into speech. Maximum 2000 characters. | length ≤ 2000 |
| voice | enum | The voice to use for synthesis. | Loretta (en) | Darlene (en) | Marlene (en) | Hank (en) | Evelyn (en) | Celeste (en) · +107 more · default: "Craig (en)" |
| sample_rate_hertz | enum | The sample rate in Hz for the output audio. | 8000 | 16000 | 24000 | 32000 | 40000 | 48000 · default: 48000 |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/inworld-tts","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}