Skip to content
Home

Hailuo 2.0 - Text to Video

minimax_hailuo_02_t2v

Hailuo 2.0 Text to Video generates cinematic videos with strong visual quality, realistic physics, and strong understanding of spatial relationships and object interactions.

POST /v1/queue/minimax_hailuo_02_t2v # Create task
GET /v1/queue/minimax_hailuo_02_t2v/requests/{request_id}/status # Check status
GET /v1/queue/minimax_hailuo_02_t2v/requests/{request_id}/response # Get result
PUT /v1/queue/minimax_hailuo_02_t2v/requests/{request_id}/cancel # Cancel task
Terminal window
curl --location "https://cloud.seaart.ai/model/v1/queue/minimax_hailuo_02_t2v" \
--header "Authorization: Bearer YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"prompt": "A red apple slowly rotating on a white table, clean studio lighting, static camera.",
"duration": 6,
"resolution": "768P"
}'
prompt string required

Text description for the video. Camera-control instructions can be added with [instruction] syntax.

Supported instructions: [左移], [右移], [左摇], [右摇], [推进], [拉远], [上升], [下降], [上摇], [下摇], [变焦推近], [变焦拉远], [晃动], [跟随], [固定]

Maximum length: 2000 characters

duration int

Video duration in seconds.

768P: 6 or 10

1080P: 6

Options: 6, 10

resolution string

Video resolution.

Options: 768P, 1080P

Default: 768P

prompt_optimizer bool

Whether to automatically optimize the prompt. Set to false for more precise control.

Default: true

fast_pretreatment bool

Whether to reduce prompt_optimizer optimization latency.

Default: false

aigc_watermark bool

Whether to add a watermark to the generated video.

Default: false

{
"request_id": "mmsu_01hxyz...",
"response_url": "https://cloud.seaart.ai/model/v1/queue/minimax_hailuo_02_t2v/requests/mmsu_01hxyz.../response",
"status_url": "https://cloud.seaart.ai/model/v1/queue/minimax_hailuo_02_t2v/requests/mmsu_01hxyz.../status",
"cancel_url": "https://cloud.seaart.ai/model/v1/queue/minimax_hailuo_02_t2v/requests/mmsu_01hxyz.../cancel",
"queue_position": 0
}
FieldTypeDescription
request_idstringTask ID used for all follow-up operations.
response_urlstringURL to fetch the final result.
status_urlstringURL to query task status.
cancel_urlstringURL to cancel the task.
queue_positionintCurrent queue position.