GET
/v1/schemas/fal/audio/fal-ai%2Fsam-audio%2Fvisual-separate?kind=output
Accept:
Response body
4 properties · 3 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| duration* | number | Duration of the output audio in seconds. | |
| target* | File | The isolated target sound. | |
| residual* | File | Everything else in the audio. | |
| sample_rate | integer | Sample rate of the output audio in Hz. | default: 48000 |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/sam-audio/visual-separate","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}