GET

/v1/schemas/fal/audio/fal-ai%2Fdia-tts

kind inputactivity audiohash c1b569b0extracted Jul 6, 2026version currentsource upstream spec ↗

Request body

1 properties · 1 required · 0 $defs
propertytypedescriptionconstraints
text*stringThe text to be converted to speech.

Validate a payload

before you spend tokens
shell
$ curl -X POST https://modelschemas.com/v1/validate \
    -d '{"provider":"fal","endpointId":"fal-ai/dia-tts","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}