GET

/v1/schemas/fal/audio/fal-ai%2Fdeepfilternet3

kind inputactivity audiohash c8e3825dextracted Jul 6, 2026version currentsource upstream spec ↗

Request body

4 properties · 1 required · 0 $defs
propertytypedescriptionconstraints
audio_url*stringThe URL of the audio to enhance.
sync_modebooleanIf `True`, the media will be returned as a data URI and the output data won't be available in the request history.default: false
bitratestringThe bitrate of the output audio.default: "192k"
audio_formatenumThe format for the output audio.mp3 | aac | m4a | ogg | opus | flac · +1 more · default: "mp3"

Validate a payload

before you spend tokens
shell
$ curl -X POST https://modelschemas.com/v1/validate \
    -d '{"provider":"fal","endpointId":"fal-ai/deepfilternet3","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}