GET
/v1/schemas/fal/audio/fal-ai%2Fcsm-1b
Accept:
Request body
2 properties · 1 required · 2 $defs| property | type | description | constraints |
|---|---|---|---|
| scene* | Turn[] | The text to generate an audio from. | |
| context | Speaker[] | The context to generate an audio from. |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/csm-1b","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}