Skip to main content
POST
Kling V2.6 Pro Motion Control
This is an asynchronous API and only returns the task_id of the asynchronous task.
This is an asynchronous API and will only return the task_id of the asynchronous task. You should use this task_id to request the Get Task Result API to retrieve the generated result.

Request Headers

string
required
Enum value: application/json
string
required
Bearer authentication format: Bearer {{API key}}.

Request Body

string
required
Reference image URL or base64-encoded image; supports .jpg, .jpeg, .png. The image file size must not exceed 10MB; both width and height must be >= 300px; the aspect ratio must be between 1:2.5 and 2.5:1.
string
required
Reference motion video URL; supports .mp4, .mov. The video file size must not exceed 10MB; both width and height must be >= 300px; duration must be 3-30 seconds.
string
Positive prompt describing the scene, style, lighting, and more.
string
Negative prompt; must not exceed 2500 characters.
boolean
default:true
Whether to keep the original audio from the reference video.
string
required
Output frame mode:
  • image: Match the framing of the reference image (5-second output)
  • video: Match the framing of the reference video (up to 30 seconds)
Available values: image, video

Response Information

string
required
Use task_id to request the Get Task Result API to retrieve the generated output.