Extend a video by generating continuation content. This is an asynchronous operation that returns a request_id for polling.<br/><br/>Note: Synced with official rules, content moderation failure will also be charged.
post/grok/v1/videos/extensions
Request body
Example request
{
"model": "grok-imagine-video"
}Response
Request successful
Example response
{
"request_id": "a3d1008e-4544-40d4-d075-11527e794e4a"
}