kling-v2.6-pro-motion-control
Run in Apifox
Kling v2.6 Pro Motion Control is Kuaishou’s advanced motion transfer model designed to animate static references with high-fidelity dynamics extracted from video clips. By capturing intricate postures, limb movements, and gestures from 3 to 30-second source videos, it applies seamless animation to any character while preserving strict identity and temporal consistency. The model offers flexible orientation controls—balancing between the reference image’s aspect ratio or the source video’s framing—and supports optional audio preservation. Enhanced by prompt-guided refinement, it empowers creators to adjust lighting, textures, and atmosphere for production-ready cinematic outputs.
Request Body Params application/json Required
{
"imageUrl" : "https://www.runninghub.cn/view?filename=8ed6f7d439156986634708d89f6b6c5b0a63f7300e54bc183c561e1878fa0b00.jpg&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NzE0MjA3Mjk0MTcsInRzIjoxNzcwODE1OTI5NDE3LCJzaWduIjoiMzRjNDMwNjQwZjQ4MmI0YzdmNDlmOThjZTBlNTQwY2UifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.19989313520174168" ,
"videoUrl" : "https://www.runninghub.cn/view?filename=5fc9ff4685f05ed1b736292c18bebb8e05081b757ace7ffba727246b1b42f03d.mp4&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NzE0MjA3Mjk0MTcsInRzIjoxNzcwODE1OTI5NDE3LCJzaWduIjoiMzRjNDMwNjQwZjQ4MmI0YzdmNDlmOThjZTBlNTQwY2UifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.06121689257732732" ,
"characterOrientation" : "video" ,
"keepOriginalSound" : "yes"
} Request Code Samples
curl --location --request POST 'https://www.runninghub.ai/openapi/v2/kling-v2.6-pro/motion-control' \
--header 'Authorization: Bearer [Your API KEY]' \
--header 'Authorization: Bearer [Your API KEY]' \
--header 'Content-Type: application/json' \
--data-raw '{
"imageUrl": "https://www.runninghub.cn/view?filename=8ed6f7d439156986634708d89f6b6c5b0a63f7300e54bc183c561e1878fa0b00.jpg&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NzE0MjA3Mjk0MTcsInRzIjoxNzcwODE1OTI5NDE3LCJzaWduIjoiMzRjNDMwNjQwZjQ4MmI0YzdmNDlmOThjZTBlNTQwY2UifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.19989313520174168",
"videoUrl": "https://www.runninghub.cn/view?filename=5fc9ff4685f05ed1b736292c18bebb8e05081b757ace7ffba727246b1b42f03d.mp4&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NzE0MjA3Mjk0MTcsInRzIjoxNzcwODE1OTI5NDE3LCJzaWduIjoiMzRjNDMwNjQwZjQ4MmI0YzdmNDlmOThjZTBlNTQwY2UifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.06121689257732732",
"characterOrientation": "video",
"keepOriginalSound": "yes"
}' Responses application/json
Task result query endpoint: /openapi/v2/query
{
"taskId" : "2013508786110730241" ,
"status" : "RUNNING" ,
"errorCode" : "" ,
"errorMessage" : "" ,
"results" : null ,
"clientId" : "f828b9af25161bc066ef152db7b29ccc" ,
"promptTips" : "{\"result\": true, \"error\": null, \"outputs_to_execute\": [\"4\"], \"node_errors\": {}}"
} Modified at 2026-04-24 04:00:18