Model IDDocumentation Index
Fetch the complete documentation index at: https://docs.gmicloud.ai/llms.txt
Use this file to discover all available pages before exploring further.
kling-2.6-motion-control API Usage Guide
Overview
kling-2.6-motion-control transfers motion from a reference video to a static character image. Upload a character image and a motion reference video (3-30 seconds), and the model will animate the character following the motion in the video.Authentication
All API requests require authentication using an API key. Include your API key in the Authorization header:Submit Motion Control Request
Base URL
Endpoint
Request Format
Request Parameters
| Parameter | Type | Required | Description | Default | Constraints |
|---|---|---|---|---|---|
image_url | string | Yes | Character/reference image URL. The character should be clearly visible. | - | JPG/PNG/WebP, max 10MB |
video_url | string | Yes | Motion reference video URL containing the motion to transfer. | - | MP4/MOV/MKV, 3-30 seconds, max 100MB |
character_orientation | string | Yes | How character orientation is determined. | video | Options: video (up to 30s), image (up to ~10s) |
mode | string | Yes | Quality mode affecting price. | std | Options: std, pro |
keep_original_sound | string | No | Whether to preserve audio from reference video. | yes | Options: yes, no |
prompt | string | No | Text prompt for background, lighting, style. Does NOT control motion. | - | Max 2500 chars |