Authorization: Bearer ********************{
"prompt": "让图片的人像视频一样",
"image_url": "",
"video_url": "",
"keep_original_sound": true,
"character_orientation": "",
"mode": "std",
"callback_url": "image",
"external_task_id": "",
}curl --location --request POST 'https://yunwu.ai/kling/v1/videos/motion-control' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "让图片的人像视频一样",
"image_url": "",
"video_url": "",
"keep_original_sound": true,
"character_orientation": "",
"mode": "std",
"callback_url": "image",
"external_task_id": "",
}'{}