GET

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

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

Request body

7 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
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
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 20 MB each.
durationenumOutput video duration in seconds (3-15).3 | 4 | 5 | 6 | 7 | 8 · +7 more · default: 5
enable_safety_checkerbooleanEnable content moderation for input and output.default: true
aspect_ratioenumAspect ratio of the generated video.16:9 | 9:16 | 1:1 | 4:3 | 3:4 | 21:9 · +3 more · default: "16:9"
seedintegerRandom seed for reproducibility (0-2147483647).nullable
resolutionenumOutput video resolution tier.720p | 1080p · default: "1080p"

Validate a payload

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