{
"model_name": "kling-v1-6",
"image_list": [
{
"image": "https://aisp.ttaibot.com/uploads/xz_aivideo/1735500936.jpg"
},
{
"image": "https://db.xiaohuhd.com/1.jpeg"
}
],
"prompt": "一只卡通小猫,穿着棕色皮夹克,戴着墨镜,在舞台上向镜头微笑",
"negative_prompt": "",
"mode": "std",
"duration": "5",
"aspect_ratio":"16:9",
"callback_url": "https://webhook.site/851ea22f-e43e-49d7-9e1d-af68e90f52b1"
}
curl --location --request POST 'https://duomiapi.com/api/video/kling/v1/videos/multi-image2video' \
--header 'Authorization: o9vfVkEkKfcuJhjdGXJwlfdvO1' \
--header 'Content-Type: application/json' \
--data-raw '{
"model_name": "kling-v1-6",
"image_list": [
{
"image": "https://aisp.ttaibot.com/uploads/xz_aivideo/1735500936.jpg"
},
{
"image": "https://db.xiaohuhd.com/1.jpeg"
}
],
"prompt": "一只卡通小猫,穿着棕色皮夹克,戴着墨镜,在舞台上向镜头微笑",
"negative_prompt": "",
"mode": "std",
"duration": "5",
"aspect_ratio":"16:9",
"callback_url": "https://webhook.site/851ea22f-e43e-49d7-9e1d-af68e90f52b1"
}'
{
"code": 0,
"message": "SUCCEED",
"request_id": "0e3db63c-279f-3ff7-bd8c-21f85eb0f956",
"data": {
"task_id": "0e3db63c-279f-3ff7-bd8c-21f85eb0f956",
"task_status": "submitted",
"created_at": 1757560723075,
"updated_at": 1757560723075
}
}