v1
Generate a video from a text prompt and optionally an image. This is an asynchronous operation that returns a request_id for polling.
post/v1/videos/generations
Request body
Example request
{
"model": "grok-imagine-video"
}Response
Video generation started successfully
Changes
Changed in 3 of the 9 revisions of this API.114
- ○
added the new optional request property
//new-optional-request-property
- ○
the request property
//became nullablerequest-property-became-nullable
- ○
the request property
//became optionalrequest-property-became-optional
- ○
- ▲
added the new required request property
//new-required-request-property
- ●
removed the request property
//request-property-removed
- ▲
- ○
added the new optional request property
new-optional-request-property
- ○