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.
file_id returned by the Query Task Status endpoint.GET https://platform.dataeyes.ai/hailuo/v1/files/retrieve| Parameter | Type | Required | Description |
|---|---|---|---|
file_id | integer (int64) | Yes | Unique file identifier, obtained from the query task status response |
{
"file": {
"file_id": "176844028768320",
"bytes": 0,
"created_at": 1700469398,
"filename": "output_aigc.mp4",
"purpose": "video_generation",
"download_url": "https://example.com/download/video.mp4"
},
"base_resp": {
"status_code": 0,
"status_msg": "success"
}
}| Field | Type | Description |
|---|---|---|
file.file_id | string | File ID |
file.bytes | integer | File size in bytes |
file.created_at | integer | File creation time (Unix timestamp) |
file.filename | string | File name |
file.purpose | string | File purpose. For video generation: video_generation |
file.download_url | string | Video file download URL |
base_resp | object | Common response status (status_code / status_msg) |