GET
/v1/schemas/fal/audio/fal-ai%2Fdeepfilternet3?kind=output
Accept:
Response body
2 properties · 2 required · 2 $defs| property | type | description | constraints |
|---|---|---|---|
| audio_file* | AudioFile | The audio file that was enhanced. | |
| timings* | DeepFilterNetTimings | Timings for each step in the pipeline. |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/deepfilternet3","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}