{
"model_name": "kling-v1-5",
"image": "https://example.com/a.png",
"image_tail": "https://example.com/tail.png",
"prompt": "一只猫在花园里",
"negative_prompt": "模糊",
"cfg_scale": 0.7,
"mode": "pro",
"duration": "5"
}curl --location --request POST '/kling/v1/videos/image2video' \
--header 'Authorization: sk-m59ZNPVZkuSwMIhv67A2343c0e344c61B79bFa9b15C4B99a' \
--header 'Content-Type: application/json' \
--data-raw '{
"model_name": "kling-v1-5",
"image": "https://example.com/a.png",
"image_tail": "https://example.com/tail.png",
"prompt": "一只猫在花园里",
"negative_prompt": "模糊",
"cfg_scale": 0.7,
"mode": "pro",
"duration": "5"
}'{
"code": 0,
"message": "string",
"request_id": "string",
"data": {
"task_id": "string",
"task_status": "string",
"created_at": 0,
"updated_at": 0
}
}