{
"image": "https://p1.a.kwimgs.com/bs2/upload-ylab-stunt/803793c178a6f0526925d61bff58ef29.png",
"prompt": "海浪拍打着贝壳",
"mode": "std",
"duration": "5"
}
curl --location --request POST 'https://api.chatgptsb.com/kling/v1/videos/image2video' \
--header 'Authorization: Bearer sk-xxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"image": "https://p1.a.kwimgs.com/bs2/upload-ylab-stunt/803793c178a6f0526925d61bff58ef29.png",
"prompt": "海浪拍打着贝壳",
"mode": "std",
"duration": "5"
}'
{
"code": 0,
"message": "SUCCEED",
"request_id": "CmYgjmbyMToAAAAAAF6svw",
"data": {
"task_id": "CmYgjmbyMToAAAAAAF6svw",
"task_status": "submitted",
"created_at": 1727338013674,
"updated_at": 1727338013674
}
}