GET
/v1/schemas/fal/audio/fal-ai%2Fkokoro%2Fmandarin-chinese
Accept:
Request body
3 properties · 2 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| prompt* | string | ||
| voice* | enum | Voice ID for the desired voice. | zf_xiaobei | zf_xiaoni | zf_xiaoxiao | zf_xiaoyi | zm_yunjian | zm_yunxi · +2 more |
| speed | number | Speed of the generated audio. Default is 1.0. | 0.1 ≤ n ≤ 5 · default: 1 |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/kokoro/mandarin-chinese","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}