{
"model": "grok-imagine-video-1.5",
"prompt": "slow zoom in on the white fashion runway stage. then, the model from <IMAGE_1> walks in from the back of the shot from the white opening, and gracefully walk out onto the front of the white stage platform. they wear the shirt from <IMAGE_2> and black flared jeans. they look dramatically at the camera. high quality slow motion shot. fun, playful. skin pores. highly detailed faces. perfect shot. they reach the end of the runway and look at the camera as the camera slowly zooms. subtle smile.",
"reference_images": [
{
"url": "<IMAGE_URL_1>"
},
{
"url": "<IMAGE_URL_2>"
},
{
"url": "<IMAGE_URL_3>"
}
],
"duration": 10,
"aspect_ratio": "16:9",
"resolution": "720p"
}curl --location '/xai/v1/videos/generations' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"model": "grok-imagine-video-1.5",
"prompt": "slow zoom in on the white fashion runway stage. then, the model from <IMAGE_1> walks in from the back of the shot from the white opening, and gracefully walk out onto the front of the white stage platform. they wear the shirt from <IMAGE_2> and black flared jeans. they look dramatically at the camera. high quality slow motion shot. fun, playful. skin pores. highly detailed faces. perfect shot. they reach the end of the runway and look at the camera as the camera slowly zooms. subtle smile.",
"reference_images": [
{
"url": "<IMAGE_URL_1>"
},
{
"url": "<IMAGE_URL_2>"
},
{
"url": "<IMAGE_URL_3>"
}
],
"duration": 10,
"aspect_ratio": "16:9",
"resolution": "720p"
}'{
"request_id": "a3d1008e-4544-40d4-d075-11527e794e4a"
}