{
"model_name": "kling-v3",
"prompt": "hi",
"negative_prompt": "hi",
"cfg_scale": 0.5,
"mode": "std",
"sound": "off",
"duration": "5",
"camera_control": {
"type": "",
"config": {
"horizontal": 0,
"vertical": 0,
"pan": 0,
"tilt": 0,
"roll": 0,
"zoom": 0
}
},
"multi_shot": false,
"shot_type": "customize",
"multi_prompt": [
{
"index": 1,
"prompt": "string",
"duration": "2"
},
{
"index": 2,
"prompt": "string",
"duration": "3"
}
],
"aspect_ratio": "16:9",
"callback_url": "https://webhook.site/2e5da698-1829-414e-b8fa-a4fc901aa366"
}curl --location 'https://duomiapi.com/api/video/kling/v1/videos/text2video' \
--header 'Authorization: o9vfVkEkKfcuJhjdGXJwlfdvO1' \
--header 'Content-Type: application/json' \
--data '{
"model_name": "kling-v3",
"prompt": "hi",
"negative_prompt": "hi",
"cfg_scale": 0.5,
"mode": "std",
"sound": "off",
"duration": "5",
"camera_control": {
"type": "",
"config": {
"horizontal": 0,
"vertical": 0,
"pan": 0,
"tilt": 0,
"roll": 0,
"zoom": 0
}
},
"multi_shot": false,
"shot_type": "customize",
"multi_prompt": [
{
"index": 1,
"prompt": "string",
"duration": "2"
},
{
"index": 2,
"prompt": "string",
"duration": "3"
}
],
"aspect_ratio": "16:9",
"callback_url": "https://webhook.site/2e5da698-1829-414e-b8fa-a4fc901aa366"
}'{
"code": 0,
"message": "SUCCEED",
"request_id": "fa02791a-b80d-442e-9b3f-e01c0f11d4f7",
"data": {
"task_id": "fa02791a-b80d-442e-9b3f-e01c0f11d4f7",
"task_status": "submitted",
"created_at": 1732017317153,
"updated_at": 1732017317153
}
}