Video Generationimagetext

MiniMax Hailuo 2.3 Fast

MiniMax Hailuo 2.3 Fast video generation model

Input

Generation mode

Describe the video with text only, no images required.

Reference image (optional)

PNG, JPG or WebP · you can also drag and drop a file here

PNG, JPG or WebP · you can also drag and drop a file here
Duration
Resolution
Ready to generateReady to generate

API 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-2.3-fast",
  "prompt": "A cat walking across a room",
  "duration": 6,
  "resolution": "768P",
  "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"