Authorization: Bearer ********************{
"model": "grok-imagine-video",
"prompt": "A glowing crystal-powered rocket launching from the red dunes of Mars",
"duration": 10,
"aspect_ratio": "16:9",
"resolution": "720p"
}curl --location 'https://drwa.openai-next.com/xai-video/v1/videos/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "grok-imagine-video",
"prompt": "A glowing crystal-powered rocket launching from the red dunes of Mars",
"duration": 10,
"aspect_ratio": "16:9",
"resolution": "720p"
}'{
"request_id": "e3a7ee32-9196-925e-ae76-53ad9be3cc71"
}