Authorization: Bearer ********************{
"model": "string",
"prompt": "string",
"resolution": "string",
"aspect_ratio": "string",
"duration": 0,
"image": {
"url": "string"
},
"reference_images": [
{
"url": "string"
}
]
}curl --location 'https://api.kuai.host/v1/videos/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "string",
"prompt": "string",
"resolution": "string",
"aspect_ratio": "string",
"duration": 0,
"image": {
"url": "string"
},
"reference_images": [
{
"url": "string"
}
]
}'{
"model": "grok-imagine-video",
"prompt": "A serene lake at sunrise with mist rolling over the water",
"duration": 4,
"aspect_ratio": "16:9",
"resolution": "480p",
// "image":{
// "url":"https://imageproxy.zhongzhuan.chat/api/proxy/image/bb9bd34363da4fa486c9e645a6b1349e.png"
// }
}