Video GenerationActive
Kling V3 Motion Control
Transform images into dynamic videos with motion control using Kling V3. Adjust character movement and video quality with customizable parameters.
Image to Video
Model ID
kling-v3-motion-control
Provider
klingai
Updated
1773005721
wiro playground—klingai/kling-v3-motion-control
Updated 1773005721
Kling V3 Motion Control
Overview
Kling V3 Motion Control enables users to generate dynamic video content from reference images and videos. It supports both standard and professional video generation modes, offering flexibility in output quality and character behavior.
What you can build
- Dynamic video animations from static images
- Character motion consistency in video content
- Customized video outputs with specific motion effects
Inputs
- Input Image: Reference image for video generation (supports .jpg/.jpeg/.png)
- Input Video: Reference video for character action consistency (supports .mp4/.mov)
- Prompt: Text prompt for additional video elements or motion effects
Outputs
- Generated video files with specified motion and quality characteristics
Recommended settings
- Use 'pro' mode for higher quality output
- Select appropriate character orientation based on input media
- Keep original sound when preserving audio from reference video
Limitations
- Input image dimensions must be between 340px and 3850px with aspect ratio 1:2.5 to 2.5:1
- Input video duration must be between 3 and 30 seconds
- File size limits apply to both image and video inputs
Safety & compliance
This tool is designed for creative video generation and requires proper usage guidelines to ensure content compliance with platform policies.
API quick start
Run kling-v3-motion-control with a single API call.
POST https://api.wiro.ai/v1/Run/klingai/kling-v3-motion-control
{
"prompt": "Your prompt here",
"mode": "std",
"inputImage": "https://your-cdn.com/input.png",
"inputVideo": "https://your-cdn.com/input.mp4"
}curl
curl -X POST "https://api.wiro.ai/v1/Run/klingai/kling-v3-motion-control" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_WIRO_API_KEY" \
--data-binary @- <<'JSON'
{
"prompt": "Your prompt here",
"mode": "std",
"inputImage": "https://your-cdn.com/input.png",
"inputVideo": "https://your-cdn.com/input.mp4"
}
JSON