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