GET

/v1/schemas/fal/audio/fal-ai%2Fstable-audio-25%2Finpaint

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

Request body

9 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
prompt*stringThe prompt to guide the audio generation
audio_url*stringThe audio clip to inpaint
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
seconds_totalintegerThe duration of the audio clip to generate. If not provided, it will be set to the duration of the input audio.1 ≤ n ≤ 190 · nullable
guidance_scalenumberHow strictly the diffusion process adheres to the prompt text (higher values make your audio closer to your prompt).1 ≤ n ≤ 25 · default: 1
seedintegernullable
mask_startintegerThe start point of the audio mask0 ≤ n ≤ 190 · default: 30
num_inference_stepsintegerThe number of steps to denoise the audio for4 ≤ n ≤ 8 · default: 8
mask_endintegerThe end point of the audio mask0 ≤ n ≤ 190 · default: 190

Validate a payload

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