GET
/v1/schemas/fal/audio/fal-ai%2Fdemucs?kind=output
Accept:
Response body
6 properties · 0 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| other | File | Separated other instruments audio file | nullable |
| drums | File | Separated drums audio file | nullable |
| vocals | File | Separated vocals audio file | nullable |
| guitar | File | Separated guitar audio file (only available for 6s models) | nullable |
| piano | File | Separated piano audio file (only available for 6s models) | nullable |
| bass | File | Separated bass audio file | nullable |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/demucs","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}