Multi-Image to Video
Create Task
Generate video from multiple reference images (elements).
Request Header
Data Exchange Format
Authentication information, refer to API authentication
Request Body
Model Name
Reference Image List
- Support up to 4 images, load with key:value format as follows:
- Please directly upload the image with selected subject since there is no cropping logic on the API side
- Supports image input as either Base64-encoded string or URL (ensure the URL is publicly accessible)
- Important: When using Base64, do NOT add any prefix like
data:image/png;base64,. Submit only the raw Base64 string.
- Correct Base64 format:
- Incorrect Base64 format (with data: prefix):
- Supported image formats: .jpg / .jpeg / .png
- Image file size must not exceed 10MB. Image dimensions must be at least 300px. Aspect ratio must be between 1:2.5 and 2.5:1
Image URL or Base64 string
Positive text prompt
- Cannot exceed 2500 characters
Negative text prompt
- Cannot exceed 2500 characters
Video generation mode
- std: Standard Mode, which is cost-effective
- pro: Professional Mode, generates higher quality video output
Different model versions and video modes have different support ranges. For details, see Capability Map
Video Length, unit: s (seconds)
The aspect ratio of the generated video frame (width:height)
Whether to generate watermarked results simultaneously
- Defined by the enabled parameter, format:
- true: generate watermarked result, false: do not generate
- Custom watermarks are not currently supported
The callback notification address for the result of this task. If configured, the server will actively notify when the task status changes
- The specific message schema of the notification can be found in Callback Protocol
Customized Task ID
- User-defined task ID. It will not override the system-generated task ID, but supports querying tasks by this ID
- Please note that it must be unique for each user
Query Task (Single)
Request Header
Data Exchange Format
Authentication information, refer to API authentication
Path Parameters
Task ID for Multi-Image to Video
- Request path parameter, fill the value directly in the request path
- You can choose to query by external_task_id or task_id
Customized Task ID for Multi-Image to Video
- Request path parameter, fill the value directly in the request path
- The external_task_id filled in when creating the task. You can choose to query by external_task_id or task_id
Query Task (List)
Request Header
Data Exchange Format
Authentication information, refer to API authentication
Query Parameters
Page number
- Value range: [1, 1000]
Number of items per page
- Value range: [1, 500]