GET
/v1/schemas/fal/audio/fal-ai%2Fkokoro%2Fhindi
Accept:
Request body
3 properties · 2 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| prompt* | string | ||
| voice* | enum | Voice ID for the desired voice. | hf_alpha | hf_beta | hm_omega | hm_psi |
| 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/hindi","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}