GET

/v1/schemas/fal/video/alibaba%2Fhappy-horse%2Fvideo-edit

kind inputactivity videohash 9244431aextracted Jul 6, 2026version currentsource upstream spec ↗

Request body

7 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
prompt*stringText prompt describing the desired edit. Reference any supplied reference images using @Image1, @Image2, ... up to @Image5. Max 2500 characters.length ≥ 1
video_url*stringURL of the source video to edit. Formats: MP4, MOV (H.264 recommended). Duration: 3-60 s. Longer side ≤ 2160 px, shorter side ≥ 320 px. Aspect ratio between 1:2.5 and 2.5:1. Frame rate > 8 fps. Max 100 MB. The output video preserves the source aspect ratio. Ou…
resolutionenumOutput video resolution tier.720p | 1080p · default: "1080p"
seedintegerRandom seed for reproducibility (0-2147483647).nullable
audio_settingenumAudio handling. 'auto': model decides whether to regenerate audio. 'origin': preserve the original audio from the input video.auto | origin · default: "auto"
enable_safety_checkerbooleanEnable content moderation for input and output.default: true
reference_image_urlsstring[]Optional reference images used to guide the edit (up to 5). Formats: JPEG, JPG, PNG, WEBP. Dimensions must be at least 300px. Aspect ratio between 1:2.5 and 2.5:1. Max 10 MB each.nullable

Validate a payload

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