Skip to main content
POST
Minimax Video-01
Minimax Video-01 (also known as Hailuo) is an AI video generation model that can generate 6-second, 720p resolution, 25 fps videos. It supports two modes: text-to-video and image-to-video.
This is an async API that only returns the task_id of the async task. Use the task_id to call the Get Async Task Result API to retrieve the generated result.

Request Headers

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

Request Body

string
required
The prompt text that guides the desired generation.Range: 1 <= x <= 2000.
string
The URL of the first-frame image used for video generation.
boolean
Whether to enable prompt optimization.Default: true.

Response

string
required
The task_id of the async task. Use the task_id to call the Get Async Task Result API to retrieve the generated result.