GET

/v1/schemas/fal/audio/mirelo-ai%2Fsfx1.6%2Fextend-audio

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

Request body

8 properties · 1 required · 0 $defs
propertytypedescriptionconstraints
audio_url*stringURL of the audio prefix to extend. The prefix duration must be 3–59 seconds; the total output (prefix + append_duration) is capped at 60 seconds.
upload_audio_formatenumAudio format for the returned files.wav | mp3 | aac | flac · default: "wav"
ambiencebooleanWhen true, run the extend+loop path: extend the prefix and stitch the end back to the prefix start so the tile loops seamlessly. When false, run a one-shot extension.default: false
double_outputbooleanOnly used when ambience=true: concatenate the loop with itself for a 2x-length output.default: false
num_samplesintegerNumber of variations to generate.1 ≤ n ≤ 4 · default: 1
text_promptstringOptional text prompt guiding the extension.nullable
seedintegerSeed for generation. -1 or None for random.n ≥ -1 · nullable
append_durationnumberHow many seconds to add after the prefix. Total output = prefix duration + append_duration, capped at 60s. Minimum 1s, maximum 57s (60s cap minus the 3s prefix minimum).1 ≤ n ≤ 57 · default: 10

Validate a payload

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