Authorization: Bearer ********************{
"model_name": "kling-video-o1",
"prompt": "生成一个海边有一个人跳舞的视频",
"negative_prompt": "",
// "cfg_scale": 0.5,
"mode": "std",
// "sound": "off",
// "image_list": [
// {
// "image_url": "https://h2.inkwai.com/bs2/upload-ylab-stunt/se/ai_portal_queue_mmu_image_upscale_aiweb/3214b798-e1b4-4b00-b7af-72b5b0417420_raw_image_0.jpg",
// "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 --request POST 'https://ackai.fun/kling/v1/videos/omni-video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model_name": "kling-video-o1",
"prompt": "生成一个海边有一个人跳舞的视频",
"negative_prompt": "",
// "cfg_scale": 0.5,
"mode": "std",
// "sound": "off",
// "image_list": [
// {
// "image_url": "https://h2.inkwai.com/bs2/upload-ylab-stunt/se/ai_portal_queue_mmu_image_upscale_aiweb/3214b798-e1b4-4b00-b7af-72b5b0417420_raw_image_0.jpg",
// "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": ""
}'{}