curl --location --request POST 'https://duomiapi.com/api/video/kling/v1/videos/text2video' \
--header 'Authorization: o9vfVkEkKfcuJhjdGXJwlfdvO1' \
--header 'Content-Type: application/json' \
--data-raw '{
"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"
}'