Authorization: Bearer ********************{
"model": "kling-video-o1",
"prompt": "一只可爱的橘猫在阳光下奔跑,慢镜头,电影质感",
"size": "1920x1080",
"mode": "pro"
}curl --location --request POST 'v1/videos' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "kling-video-o1",
"prompt": "一只可爱的橘猫在阳光下奔跑,慢镜头,电影质感",
"size": "1920x1080",
"mode": "pro"
}'{
"created": 1589478378,
"data": [
{
"url": "https://..."
},
{
"url": "https://..."
}
]
}