GET

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

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

Request body

6 properties · 1 required · 0 $defs
propertytypedescriptionconstraints
prompt*stringText prompt describing the desired video. 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/text-to-video","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}