More modelsMinimaxHailuo 02 standard
Generate video with minimax/hailuo-02/standard
Generates a video using the minimax/hailuo-02/standard model.
AuthorizationBearer <token>
API key is required to authorize requests. Obtain a key from your AtlasCloud dashboard.
In: header
modelstring
model name
image?First Frame Image
The model generates video with the picture passed in as the first frame.Base64 encoded strings in data:image/jpeg; base64,{data} format for incoming images, or URLs accessible via the public network. The uploaded image needs to meet the following conditions: Format is JPG/JPEG/PNG; The aspect ratio is greater than 2:5 and less than 5:2; Short side pixels greater than 300px; The image file size cannot exceed 20MB.
promptstring
Generate a description of the video.
Length
length <= 2000
duration?Duration
Video duration in seconds
Default
6
Value in
6 | 10
enable_prompt_expansion?Use prompt optimizer
The model automatically optimizes incoming prompts to improve build quality.
Default
false
Response Body
curl -X POST "https://api.atlascloud.ai/api/v1/model/generateVideo" \ -H "Content-Type: application/json" \ -d '{ "model": "minimax/hailuo-02/standard", "prompt": "A graceful female ballet dancer performs under warm, golden light in a spacious sunlit studio with tall windows. She wears a flowing white tutu and soft pink pointe shoes, her arms extended elegantly as she spins mid-air in a grand jeté. The polished wooden floor reflects soft rays of sunlight. Dust particles shimmer in the air, adding a magical, uplifting mood. The color palette is bright and pastel—light peach, cream, and sky blue—evoking a dreamy, cinematic atmosphere full of energy and elegance." }'
{
"id": "string",
"logs": "string",
"urls": {
"cancel": "http://example.com",
"result": "http://example.com"
},
"input": {
"model": "minimax/hailuo-02/standard",
"image": "string",
"prompt": "A graceful female ballet dancer performs under warm, golden light in a spacious sunlit studio with tall windows. She wears a flowing white tutu and soft pink pointe shoes, her arms extended elegantly as she spins mid-air in a grand jeté. The polished wooden floor reflects soft rays of sunlight. Dust particles shimmer in the air, adding a magical, uplifting mood. The color palette is bright and pastel—light peach, cream, and sky blue—evoking a dreamy, cinematic atmosphere full of energy and elegance.",
"duration": 6,
"enable_prompt_expansion": false
},
"model": "string",
"output": [
"http://example.com"
],
"status": "queued",
"created_at": "2019-08-24T14:15:22Z",
"has_nsfw_contents": [
true
]
}