GET

/v1/schemas/fal/video/fal-ai%2Fkandinsky5%2Ftext-to-video%2Fdistill

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

Request body

4 properties · 1 required · 0 $defs
propertytypedescriptionconstraints
prompt*stringThe text prompt to guide video generation.
durationenumThe length of the video to generate (5s or 10s)5s | 10s · default: "5s"
aspect_ratioenumAspect ratio of the generated video. One of (3:2, 1:1, 2:3).3:2 | 1:1 | 2:3 · default: "3:2"
resolutionconstResolution of the generated video in W:H format. Will be calculated based on the aspect ratio(768x512, 512x512, 512x768)."768x512" · default: "768x512"

Validate a payload

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