data.task_id 后,通过 GET /kling/v1/videos/image2video/{task_id} 查询结果。image 为首帧或参考图;image_tail 为尾帧控制image 与 image_tail 至少传一个data:image/png;base64, 前缀dynamic_masks / static_mask 用于运动笔刷image_tail、运动笔刷、camera_control 有互斥限制,请按官方能力地图确认Authorization: Bearer ********************{
"model_name": "kling-v2-5-turbo",
"image": "https://cdn.example.com/source/start-frame.png",
"prompt": "女孩看向镜头微笑,头发被微风吹动,镜头缓慢拉近",
"negative_prompt": "低清晰度,画面抖动,人物变形",
"duration": "5",
"mode": "std",
"sound": "off",
"watermark_info": {
"enabled": false
},
"external_task_id": "i2v-start-20260526-001"
}curl --location 'https://drwa.openai-next.com/kling/v1/videos/image2video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model_name": "kling-v2-5-turbo",
"image": "https://cdn.example.com/source/start-frame.png",
"prompt": "女孩看向镜头微笑,头发被微风吹动,镜头缓慢拉近",
"negative_prompt": "低清晰度,画面抖动,人物变形",
"duration": "5",
"mode": "std",
"sound": "off",
"watermark_info": {
"enabled": false
},
"external_task_id": "i2v-start-20260526-001"
}'{
"code": 0,
"message": "success",
"request_id": "cf44a0af-f5cc-42a9-8d86-87c01e019b76",
"data": {
"task_id": "CjI2v8a9b3n4q7p1",
"task_info": {
"external_task_id": "i2v-start-20260526-001"
},
"task_status": "submitted",
"created_at": 1779772800000,
"updated_at": 1779772800000
}
}