Skip to main content
Endpoint: POST https://fal.run/fal-ai/kling-video/v2.6/standard/motion-control Endpoint ID: fal-ai/kling-video/v2.6/standard/motion-control

Try it in the Playground

Run this model interactively with your own prompts.

Quick Start

Input Schema

string
string
required
Reference 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.
string
required
Reference 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 character_orientation: 10s max for ‘image’, 30s max for ‘video’.
boolean
default:"true"
Whether to keep the original sound from the reference video. Default value: true
CharacterOrientationEnum
required
Controls 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 (max 10s).Possible values: image, video

Output Schema

File
required
The generated video

Input Example

Output Example

Limitations

  • character_orientation restricted to: image, video