curl --location --request POST 'https://duomiapi.com/api/video/kling/v1/videos/omni-video' \
--header 'Authorization: o9vfVkEkKfcuJhjdGXJwlfdvO1' \
--header 'Content-Type: application/json' \
--data-raw '{
"model_name":"kling-v3-omni",
"prompt":"hi",
"mode":"std",
"aspect_ratio":"",
"sound":"on",
"duration":"3",
"multi_shot": true,
"shot_type": "customize",
"multi_prompt": [
{
"index": 1,
"prompt": "string",
"duration": "1"
},
{
"index": 2,
"prompt": "string",
"duration": "2"
}
],
"callback_url":""
}'