GET

/v1/schemas/fal/video/fal-ai%2Fkling-video%2Fv3%2F4k%2Fimage-to-video

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

Request body

10 properties · 1 required · 2 $defs
propertytypedescriptionconstraints
start_image_url*stringURL of the image to be used for the video
elementsKlingV3ComboElementInput[]Elements (characters/objects) to include in the video. Each example can either be an image set (frontal + reference images) or a video. Reference in prompt as @Element1, @Element2, etc.nullable
cfg_scalenumberThe CFG (Classifier Free Guidance) scale is a measure of how close you want the model to stick to your prompt.0 ≤ n ≤ 1 · default: 0.5
shot_typeenumThe type of multi-shot video generation. 'intelligent' lets the model automatically determine shot structure.customize | intelligent · default: "customize"
promptstringText prompt for video generation. Either prompt or multi_prompt must be provided, but not both.length ≤ 2500 · nullable
end_image_urlstringURL of the image to be used for the end of the videonullable
negative_promptstringlength ≤ 2500 · default: "blur, distort, and low quality"
multi_promptKlingV3MultiPromptElement[]List of prompts for multi-shot video generation. If provided, divides the video into multiple shots.nullable
durationenumThe duration of the generated video in seconds3 | 4 | 5 | 6 | 7 | 8 · +7 more · default: "5"
generate_audiobooleanWhether to generate native audio for the video. Supports Chinese and English voice output. Other languages are automatically translated to English. For English speech, use lowercase letters; for acronyms or proper nouns, use uppercase.default: true

Validate a payload

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