Authorization: Bearer ********************{ "model_name": "kling-video-o1", "prompt": "sample textvideo", "negative_prompt": "", // "cfg_scale": 0.5, "mode": "std", // "sound": "off", // "image_list": [ // { // "image_url": "{{demo_image_url}}", // "type": "first_frame" // } // ], // "video_list": [ // { // "video_url": "", // "refer_type": "base", // "keep_original_sound": "yes" // } // ], "element_list": [ { "element_id": 835266081714884677 } ], "aspect_ratio": "16:9", "duration": "5", "callback_url": "", "external_task_id": "" }curl --location '/kling/v1/videos/omni-video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "model_name": "kling-video-o1", "prompt": "sample textvideo", "negative_prompt": "", // "cfg_scale": 0.5, "mode": "std", // "sound": "off", // "image_list": [ // { // "image_url": "{{demo_image_url}}", // "type": "first_frame" // } // ], // "video_list": [ // { // "video_url": "", // "refer_type": "base", // "keep_original_sound": "yes" // } // ], "element_list": [ { "element_id": 835266081714884677 } ], "aspect_ratio": "16:9", "duration": "5", "callback_url": "", "external_task_id": "" }'{}