{
"model": "kling-v1",
"mode": "std",
"prompt": "捕捉一朵玫瑰花蕾在纯黑背景下绽放成全开的过程。延时摄影突出了玫瑰从紧闭的花蕾到开放的鲜花的细腻变化。相机固定不动,突出花朵绽放过程的自然美和细节。柔和的灯光增强了玫瑰的颜色和质感,营造出一种冥想般的纯植物视觉体验,展示了自然的优雅和微妙复杂性。",
"aspect_ratio": "1:1",
"camera_control": {
"config": {
"horizontal": 0,
"pan": 0,
"roll": 0,
"tilt": 0,
"vertical": 0,
"zoom": 0
},
"type": "simple"
},
"cfg_scale": 0,
"duration": 5,
"negative_prompt": "string",
"image": "string",
"image_tail": "string"
}
curl --location --request POST '/api/kling/v1/videos/text2video' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "kling-v1",
"mode": "std",
"prompt": "捕捉一朵玫瑰花蕾在纯黑背景下绽放成全开的过程。延时摄影突出了玫瑰从紧闭的花蕾到开放的鲜花的细腻变化。相机固定不动,突出花朵绽放过程的自然美和细节。柔和的灯光增强了玫瑰的颜色和质感,营造出一种冥想般的纯植物视觉体验,展示了自然的优雅和微妙复杂性。",
"aspect_ratio": "1:1",
"camera_control": {
"config": {
"horizontal": 0,
"pan": 0,
"roll": 0,
"tilt": 0,
"vertical": 0,
"zoom": 0
},
"type": "simple"
},
"cfg_scale": 0,
"duration": 5,
"negative_prompt": "string",
"image": "string",
"image_tail": "string"
}'
{
"code": 0,
"message": "",
"request_id": "",
"data": {
"task_id": "kling-video-mini-55786437",
"task_status": "processing",
"created_at": 1727258540,
"updated_at": 1727258540
}
}