GET

/v1/schemas/fal/audio/fal-ai%2Fkling-video%2Fv1%2Ftts

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

Request body

3 properties · 1 required · 0 $defs
propertytypedescriptionconstraints
text*stringThe text to be converted to speechlength ≤ 500
voice_idenumThe voice ID to use for speech synthesisgenshin_vindi2 | zhinen_xuesheng | AOT | ai_shatang | genshin_klee2 | genshin_kirara · +40 more · default: "genshin_vindi2"
voice_speednumberRate of speech0.8 ≤ n ≤ 2 · default: 1

Validate a payload

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