{
"prompt": "flow",
"negative_prompt": "",
"image": "https://img.jpg",
"image_tail": "",
"aspect_ratio": "1:1",
"mode": "std",
"duration": "5"
}
curl --location --request POST 'https://api.leebay.cyou/kling/v1/videos/image2video' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "flow",
"negative_prompt": "",
"image": "https://img.jpg",
"image_tail": "",
"aspect_ratio": "1:1",
"mode": "std",
"duration": "5"
}'
{
"code": 0,
"message": "string",
"request_id": "string",
"data": {
"task_id": "string",
"task_status": "string",
"created_at": 0,
"updated_at": 0
}
}