GET

/v1/schemas/fal/video/fal-ai%2Fkling-video%2Fo1%2Fstandard%2Freference-to-video

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

Request body

5 properties · 1 required · 1 $defs
propertytypedescriptionconstraints
prompt*stringTake @Element1, @Element2 to reference elements and @Image1, @Image2 to reference images in order.length ≤ 2500
elementsOmniVideoElementInput[]Elements (characters/objects) to include in the video. Reference in prompt as @Element1, @Element2, etc. Maximum 7 total (elements + reference images + start image).nullable
image_urlsstring[]Additional reference images for style/appearance. Reference in prompt as @Image1, @Image2, etc. Maximum 7 total (elements + reference images + start image).nullable
durationenumVideo duration in seconds.3 | 4 | 5 | 6 | 7 | 8 · +2 more · default: "5"
aspect_ratioenumThe aspect ratio of the generated video frame.16:9 | 9:16 | 1:1 · default: "16:9"

Validate a payload

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