GET

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

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

Request body

8 properties · 2 required · 1 $defs
propertytypedescriptionconstraints
prompt*stringText prompt for video generation. Reference video as @Video1.length ≤ 2500
video_url*stringReference video URL. Only .mp4/.mov formats, 3-15s duration, 720-3840px resolution, max 200MB.
elementsKlingV3ImageElementInput[]Elements (characters/objects) to include. Reference in prompt as @Element1, @Element2.nullable
aspect_ratioenumAspect ratio.auto | 16:9 | 9:16 | 1:1 · default: "auto"
shot_typeconstThe type of multi-shot video generation."customize" · 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
keep_audiobooleanWhether to keep the original audio from the reference video.default: true
durationenumVideo duration in seconds (3-15s for reference video).3 | 4 | 5 | 6 | 7 | 8 · +7 more · 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/standard/video-to-video/reference","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}