image:必填,参考图片 URL。image_tail:可选,尾帧图片 URL(首尾帧模式)。{
"model_name": "kling-v1-6",
"prompt": "A gentle camera pan revealing the scene",
"image": "https://example.com/reference.jpg",
"mode": "std",
"duration": "5",
"aspect_ratio": "16:9"
}curl --location --request POST '/kling/v1/videos/image2video' \
--header 'Content-Type: application/json' \
--data-raw '{
"model_name": "kling-v1-6",
"prompt": "A gentle camera pan revealing the scene",
"image": "https://example.com/reference.jpg",
"mode": "std",
"duration": "5",
"aspect_ratio": "16:9"
}'{
"id": "string",
"task_id": "string",
"object": "video",
"model": "string",
"status": "",
"progress": 0,
"created_at": 0,
"completed_at": 0,
"metadata": {
"url": "string"
}
}