curl --location 'https://api.miaoshenghua.com/v1/videos/generations' \
--header 'Accept: application/json' \
--header 'Authorization: {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"model": "grok-imagine-video",
"prompt": "小猫在玩耍",
"seconds": "6",
"resolution": "720p",
"aspect_ratio": "16:9",
"custom_domain": "true",
"reference_images": [
{
"url": "https://s41.ax1x.com/2026/08/17/pmjMktK.jpg"
}
]
// "video": {
// "url": "https://example.com/preview/reference.mp4"
// }
}'