Authorization: Bearer ********************{
"model": "kling-video-o1",
"prompt": "画面中增加一个小狗",
"video_list": [
{
"video_url": "https://xxx.mp4",
"refer_type": "feature",
"keep_original_sound": "yes"
}
],
"size": "1920x1080",
"mode": "pro"
}curl --location --request POST 'https://api.huandutech.com/v1/videos' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "kling-video-o1",
"prompt": "画面中增加一个小狗",
"video_list": [
{
"video_url": "https://xxx.mp4",
"refer_type": "feature",
"keep_original_sound": "yes"
}
],
"size": "1920x1080",
"mode": "pro"
}'{
"created": 1589478378,
"data": [
{
"url": "https://..."
},
{
"url": "https://..."
}
]
}