GET
/v1/schemas/fal/audio/fal-ai%2Fdeepfilternet3
Accept:
Request body
4 properties · 1 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| audio_url* | string | The URL of the audio to enhance. | |
| sync_mode | boolean | If `True`, the media will be returned as a data URI and the output data won't be available in the request history. | default: false |
| bitrate | string | The bitrate of the output audio. | default: "192k" |
| audio_format | enum | The format for the output audio. | mp3 | aac | m4a | ogg | opus | flac · +1 more · default: "mp3" |
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", …}]}