GET

/v1/schemas/fal/video/alibaba%2Fhappy-horse%2Freference-to-video

kind inputactivity videohash 69aa8fa3extracted Jul 6, 2026version currentsource upstream spec ↗

Request body

7 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
image_urls*string[]Reference images for subject consistency (1-9 images). Formats: JPEG, JPG, PNG, WEBP. Shortest side must be at least 400 px (720P or higher recommended). Max 10 MB each.
prompt*stringText prompt describing the desired video. Reference subjects from your images using ``character1``, ``character2``, ... up to ``character9`` (the order matches the order of ``image_urls``). Max 2500 characters.length ≥ 1
aspect_ratioenumAspect ratio of the generated video.16:9 | 9:16 | 1:1 | 4:3 | 3:4 · default: "16:9"
resolutionenumOutput video resolution tier.720p | 1080p · default: "1080p"
seedintegerRandom seed for reproducibility (0-2147483647).nullable
enable_safety_checkerbooleanEnable content moderation for input and output.default: true
durationenumOutput video duration in seconds (3-15).3 | 4 | 5 | 6 | 7 | 8 · +7 more · default: 5

Validate a payload

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