kling-v2.6-std-motion-control
Run in Apifox
Kling V2.6 Standard Motion Control is an efficient motion transfer engine designed to breathe life into static images with professional precision. By mapping the movement path from a source video onto a reference image, it creates seamless animations for dance, action, and character-driven sequences. The model excels in identity preservation, ensuring the subject's appearance remains consistent even during complex maneuvers. Supporting extended durations of up to 30 seconds and optional audio retention, it provides a versatile solution for high-quality, long-form character animation.
Request Body Params application/json Required
{
"imageUrl" : "https://www.runninghub.cn/view?filename=f4b24c63a0b6c702f044dec3f2e91c982c874dd86e0cd366505e511c73f005db.jpg&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NzE0MjE0MDY3MTQsInRzIjoxNzcwODE2NjA2NzE0LCJzaWduIjoiMTVhZjI3YmQ4OTJkMWUwOTA1MzdmNDgwYzFhOTI0MGEifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.3684465281128647" ,
"videoUrl" : "https://www.runninghub.cn/view?filename=ecab90d261e63f15c4c0cf366d84eab60021388b67e9b48c4f2a2b4b7628dcba.mp4&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NzE0MjE0MDY3MTQsInRzIjoxNzcwODE2NjA2NzE0LCJzaWduIjoiMTVhZjI3YmQ4OTJkMWUwOTA1MzdmNDgwYzFhOTI0MGEifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.23561931258797586" ,
"characterOrientation" : "video" ,
"keepOriginalSound" : "yes"
} Request Code Samples
curl --location --request POST 'https://www.runninghub.ai/openapi/v2/kling-v2.6-std/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=f4b24c63a0b6c702f044dec3f2e91c982c874dd86e0cd366505e511c73f005db.jpg&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NzE0MjE0MDY3MTQsInRzIjoxNzcwODE2NjA2NzE0LCJzaWduIjoiMTVhZjI3YmQ4OTJkMWUwOTA1MzdmNDgwYzFhOTI0MGEifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.3684465281128647",
"videoUrl": "https://www.runninghub.cn/view?filename=ecab90d261e63f15c4c0cf366d84eab60021388b67e9b48c4f2a2b4b7628dcba.mp4&type=input&subfolder=&Rh-Comfy-Auth=eyJ1c2VySWQiOiIzZjY1MTNlNWEwNjY1N2I4OGYyNjU5NTEzYmU3ZDM0YyIsInNpZ25FeHBpcmUiOjE3NzE0MjE0MDY3MTQsInRzIjoxNzcwODE2NjA2NzE0LCJzaWduIjoiMTVhZjI3YmQ4OTJkMWUwOTA1MzdmNDgwYzFhOTI0MGEifQ==&Rh-Identify=3f6513e5a06657b88f2659513be7d34c&rand=0.23561931258797586",
"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-03-24 12:00:02