Version: v1.0.0 | Last Updated: 2026-06-05 This platform fully supports the Hailuo (MiniMax / Hailuo) video generation API. Requests and responses are transparently proxied, and all parameter semantics remain consistent with the official API.
POST https://platform.dataeyes.ai/hailuo/v1/video_generation| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
model | string (enum) | Yes | — | Model name. Available values: MiniMax-Hailuo-2.3, MiniMax-Hailuo-02, T2V-01-Director, T2V-01 |
prompt | string | Yes | — | Video text description, up to 2000 characters. MiniMax-Hailuo-2.3, MiniMax-Hailuo-02, and *-Director models support [instruction] camera controls (see Appendix) |
prompt_optimizer | boolean | No | true | Whether to auto-optimize the prompt. Set to false for more precise control |
fast_pretreatment | boolean | No | false | Whether to reduce prompt optimization time. Only effective for MiniMax-Hailuo-2.3 and MiniMax-Hailuo-02 |
duration | integer | No | 6 | Video duration in seconds. Available values depend on model and resolution (see table below) |
resolution | string (enum) | No | See table | Video resolution. Available values: 720P, 768P, 1080P |
callback_url | string | No | — | Webhook URL for task status change notifications (see Appendix) |
aigc_watermark | boolean | No | false | Whether to add a watermark to the generated video |
| Model | 6s Available Resolutions | 10s Available Resolutions |
|---|---|---|
MiniMax-Hailuo-2.3 | 768P (default), 1080P | 768P (default) |
MiniMax-Hailuo-02 | 768P (default), 1080P | 768P (default) |
| Other models | 720P (default) | Not supported |
{
"task_id": "106916112212032",
"base_resp": {
"status_code": 0,
"status_msg": "success"
}
}| Field | Type | Description |
|---|---|---|
task_id | string | Video generation task ID, used for querying task status |
base_resp | object | Common response status (status_code / status_msg) |