Skip to main content
POST
Minimax Hailuo 2.3 Fast Image-to-Video
Minimax Hailuo 2.3 Fast significantly improves generation speed while maintaining excellent image quality and expressiveness, offering greater cost-effectiveness.
This is an asynchronous API and will only return the asynchronous task’s task_id. You should use this task_id to request the Get Task Result API to retrieve the video generation result.

Request Headers

string
required
Enum value: application/json
string
required
Bearer authentication format: Bearer {{API Key}}.

Request Body

string
required
The prompt text used to guide generation.Range: 1 <= x <= 2000.
string
required
The image used for video generation. Supports public URLs or Base64 encoding (such as data:image/jpeg;base64,...).
integer
The duration of the generated video (in seconds). Default value: 6
Available values: 6, 10
string
The resolution of the generated video. Default value: 768P
  • 6-second videos support: 768P, 1080P
  • 10-second videos only support: 768P
boolean
Whether to enable prompt optimization.Default value: true.

Response Information

string
required
The task_id of the asynchronous task. You should use this task_id to request the Get Task Result API to obtain the generated result.