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