Authorization: Bearer ********************x-api-key: ********************{
"model": "grok-imagine-video",
"prompt": "continue the scene",
"video": {
"url": "https://your-video-url.mp4"
},
"extend": true
}curl --location '/grok/v1/videos/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "grok-imagine-video",
"prompt": "continue the scene",
"video": {
"url": "https://your-video-url.mp4"
},
"extend": true
}'{
"request_id": "b4487cfb-987c-9008-8899-958638771c5d"
}