Video Generationimagetext
MiniMax Hailuo 02
MiniMax Hailuo 02 video generation model
Input
Generation mode
Describe the video with text only, no images required.
Duration
Resolution
Ready to generateAPI Reference
POSThttps://api.token360.ai/v1/videos# Step 1: Create video generation task
curl https://api.token360.ai/v1/videos \
-H "Content-Type: application/json" \
-H "Authorization: Bearer your-api-key" \
-d '{
"model": "minimax-hailuo-02",
"prompt": "A cat walking across a room",
"duration": 6,
"resolution": "512P",
"prompt_optimizer": false,
"fast_pretreatment": false
}'
# Step 2: Poll for completion (replace VIDEO_ID with the id from step 1)
curl https://api.token360.ai/v1/videos/VIDEO_ID \
-H "Authorization: Bearer your-api-key"