GET
/v1/schemas/fal/audio/async%2Ftts-pro%2Fv1.0
Accept:
Request body
4 properties · 2 required · 2 $defs| property | type | description | constraints |
|---|---|---|---|
| transcript* | string | Text to convert to speech. | |
| voice* | Voice | Voice to use for synthesis. | |
| output_format | OutputFormat | Audio output configuration. | |
| language | enum | Force synthesis in a specific language (ISO 639-1). | en | fr | es | de | it | pt · nullable |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"async/tts-pro/v1.0","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}