GET

/v1/schemas/fal/audio/mirelo-ai%2Fsfx-v1%2Fvideo-to-audio

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

Request body

5 properties · 1 required · 0 $defs
propertytypedescriptionconstraints
video_url*stringA video url that can accessed from the API to process and add sound effectslength ≥ 1 · length ≤ 2083 · format: uri
num_samplesintegerThe number of samples to generate from the model2 ≤ n ≤ 8 · nullable
durationnumberThe duration of the generated audio in seconds1 ≤ n ≤ 10 · nullable
seedintegerThe seed to use for the generation. If not provided, a random seed will be usedn ≥ 1 · nullable
text_promptstringAdditional description to guide the modelnullable

Validate a payload

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