GET

/v1/schemas/fal/video/fal-ai%2Fkling-video%2Fv2.6%2Fstandard%2Fmotion-control

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

Request body

5 properties · 3 required · 0 $defs
propertytypedescriptionconstraints
image_url*stringReference image URL. The characters, backgrounds, and other elements in the generated video are based on this reference image. Characters should have clear body proportions, avoid occlusion, and occupy more than 5% of the image area.
character_orientation*enumControls whether the output character's orientation matches the reference image or video. 'video': orientation matches reference video - better for complex motions (max 30s). 'image': orientation matches reference image - better for following camera movements …image | video
video_url*stringReference video URL. The character actions in the generated video will be consistent with this reference video. Should contain a realistic style character with entire body or upper body visible, including head, without obstruction. Duration limit depends on ch…
keep_original_soundbooleanWhether to keep the original sound from the reference video.default: true
promptstringlength ≤ 2500 · 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/v2.6/standard/motion-control","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}