ON.1-API 文档、API 调试、API Mock、API 自动化测试!
{
"image": "https://p1.a.kwimgs.com/bs2/upload-ylab-stunt/803793c178a6f0526925d61bff58ef29.png",
"prompt": "海浪拍打着贝壳",
"mode": "std",
"duration": "5"
}
curl --location --request POST '/kling/v1/videos/image2video' \
--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
}
}