Model endpointsMiniMaxHailuo 02 standard

Generate video with minimax/hailuo-02/standard

Generates a video using the minimax/hailuo-02/standard model.

POST
/api/v1/model/generateVideo

Authorization

BearerAuth
AuthorizationBearer <token>

API key is required to authorize requests. Create a key in the Atlas Cloud dashboard.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/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  ]}

Last updated on