{
"model": "grok-imagine-video",
"prompt": "A glowing crystal-powered rocket launching from the red dunes of Mars, ancient alien ruins lighting up in the background as it soars into a sky full of unfamiliar constellations",
"duration": 10,
"aspect_ratio": "16:9",
"resolution": "720p"
}curl --location --request POST '/v1/videos/generations' \
--header 'Authorization: Authorization' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "grok-imagine-video",
"prompt": "A glowing crystal-powered rocket launching from the red dunes of Mars, ancient alien ruins lighting up in the background as it soars into a sky full of unfamiliar constellations",
"duration": 10,
"aspect_ratio": "16:9",
"resolution": "720p"
}'[
{
"role": "string",
"content": [
{
"type": "string",
"image_url": "string",
"detail": "string",
"text": "string"
}
]
}
]