Authorization: Bearer ********************{
"model_name": "kling-v1",
"prompt": "请帮我生成一个奥特曼打小怪兽的视频",
"negative_prompt": "Lorem nisi ut",
"cfg_scale": 80,
"mode": "std",
"camera_control": {
"type": "in nulla qui dolore",
"config": {
"horizontal": 62,
"vertical": 63,
"pan": 64,
"tilt": 7,
"roll": 56,
"zoom": 82
}
},
"aspect_ratio": "16:9",
"duration": 5,
"callback_url": ""
}curl --location --request POST '/kling/v1/videos/text2video' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model_name": "kling-v1",
"prompt": "请帮我生成一个奥特曼打小怪兽的视频",
"negative_prompt": "Lorem nisi ut",
"cfg_scale": 80,
"mode": "std",
"camera_control": {
"type": "in nulla qui dolore",
"config": {
"horizontal": 62,
"vertical": 63,
"pan": 64,
"tilt": 7,
"roll": 56,
"zoom": 82
}
},
"aspect_ratio": "16:9",
"duration": 5,
"callback_url": ""
}'{
"code": 0,
"message": "SUCCEED",
"request_id": "795f5ea4-7746-4e3a-a184-75d44240f87f",
"data": {
"task_id": "814237883686625347",
"task_status": "submitted",
"task_info": {},
"created_at": 1762157958060,
"updated_at": 1762157958060
}
}