GET

/v1/schemas/fal/audio/fal-ai%2Fworkflow-utilities%2Fimpulse-response

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

Request body

8 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
impulse_response_url*stringURL of the impulse response WAV file (reverb/effect profile)
audio_url*stringURL of the main audio file to process
dry_levelnumberLevel of the original (dry) signal in the mix (0.0-1.0)0 ≤ n ≤ 1 · default: 0.7
loudness_lranumberLoudness Range target in LU (typically 5-15)1 ≤ n ≤ 50 · default: 8
wet_levelnumberLevel of the processed (wet) signal in the mix (0.0-1.0)0 ≤ n ≤ 1 · default: 0.3
output_bitrateenumOutput audio bitrate128k | 192k | 256k | 320k · default: "192k"
loudness_inumberTarget integrated loudness in LUFS (typically -24 to -14)-70 ≤ n ≤ 0 · default: -18
loudness_tpnumberMaximum true peak in dBTP (typically -2 to -1)-10 ≤ n ≤ 0 · default: -1.5

Validate a payload

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