GET

/v1/schemas/fal/video/fal-ai%2Fkling-video%2Fo3%2Fpro%2Freference-to-video

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

Request body

10 properties · 0 required · 2 $defs
propertytypedescriptionconstraints
elementsKlingV3ComboElementInput[]Elements (characters/objects) to include. Reference in prompt as @Element1, @Element2.nullable
start_image_urlstringImage to use as the first frame of the video.nullable
promptstringText prompt for video generation. Either prompt or multi_prompt must be provided, but not both.length ≤ 2500 · nullable
aspect_ratioenumThe aspect ratio of the generated video frame.16:9 | 9:16 | 1:1 · default: "16:9"
shot_typeenumThe type of multi-shot video generation. 'intelligent' lets the model automatically determine shot structure.customize | intelligent · default: "customize"
image_urlsstring[]Reference images for style/appearance. Reference in prompt as @Image1, @Image2, etc. Maximum 4 total (elements + reference images) when using video.nullable
durationenumVideo duration in seconds (3-15s).3 | 4 | 5 | 6 | 7 | 8 · +7 more · default: "5"
multi_promptKlingV3MultiPromptElement[]List of prompts for multi-shot video generation.nullable
generate_audiobooleanWhether to generate native audio for the video.default: false
end_image_urlstringImage to use as the last frame of the video.nullable

Validate a payload

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