Authorization: Bearer ********************{
"model": "grok-imagine-video",
"prompt": "The camera slowly pulls back and reveals a lake in the distance",
"duration": 5,
"video": {
"url": "https://cdn.example.com/source-video.mp4"
}
}curl --location 'https://drwa.openai-next.com/xai-video/v1/videos/extensions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "grok-imagine-video",
"prompt": "The camera slowly pulls back and reveals a lake in the distance",
"duration": 5,
"video": {
"url": "https://cdn.example.com/source-video.mp4"
}
}'{
"request_id": "string",
"property1": "string",
"property2": "string"
}