Create Video
Unified Video
Create Video
Use POST /v1/video/create to submit Jimeng asynchronous generation tasks through the unified video format.
POST
Create Video
Create Video
The Jimeng unified video entry usesPOST /v1/video/create, and the request body is JSON. Unlike Jimeng video generation in OpenAI format, this API uses fields such as images, aspect_ratio, size, and duration.
- The route entry is
POST /v1/video/create. - Reference images are passed in as a list of URLs through the
imagesarray; for text-to-video, you can pass an empty array. - A common model example is
jimeng-video-3.0; use the model actually available in the current channel. - After a successful submission, the task
idandstatusare returned, and the result is polled later via Query Task.
Supported Models
jimeng-video-3.0jimeng-video-2.0
Method and Path
Request Example
Response Example
Authentication
Body
Model name, for example
jimeng-video-3.0.Prompt. The text description for video generation, supporting both Chinese and English.
List of image URLs. Pass
[] for text-to-video, 1 image for first-frame-to-video, or 2 images for first-and-last-frame-to-video. Supports image URLs, with image formats including png, jpeg, jpg, and webp.Aspect ratio. Available values include
16:9, 4:3, 1:1, 3:4, 9:16, and 21:9.Video size. Available values include
720P and 1080P.Response
Creation time (ISO 8601 format).
Task status. Common values include
processing, failed, and completed.Task ID, passed as the
id parameter in subsequent queries.