curl --request POST \
--url https://api.modellix.ai/api/v1/minimax/hailuo-2.3-i2v/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"first_frame_image": "https://example.com/start-frame.jpg"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-abc123",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-abc123"
}
}
}Hailuo 2.3 generates high-quality videos from images with exceptional instruction following and state-of-the-art extreme physics simulation.
curl --request POST \
--url https://api.modellix.ai/api/v1/minimax/hailuo-2.3-i2v/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"first_frame_image": "https://example.com/start-frame.jpg"
}
'{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-abc123",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-abc123"
}
}
}Documentation Index
Fetch the complete documentation index at: https://docs.modellix.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API Key authentication. Format: Bearer YOUR_API_KEY.
Body
First frame image URL or Base64 Data URL. Formats: JPG/JPEG/PNG/WebP. Size: <20MB. Dimensions: short side >300px, aspect ratio between 2:5 and 5:2
1"https://example.com/start-frame.jpg"
Video content description, supports Chinese and English. Supports 15 camera control instructions: [Truck left/right], [Pan left/right], [Push in/Pull out], [Pedestal up/down], [Tilt up/down], [Zoom in/out], [Shake], [Tracking shot], [Static shot]. Use combined commands like [Pan left,Pedestal up] or sequential commands
1 - 2000"A bird takes off from the branch [Pedestal up], then flies away [Tracking shot]"
Enable automatic prompt optimization to improve video quality
true
Fast pretreatment mode (only effective when prompt_optimizer=true). Speeds up processing with slight quality trade-off
false
Video duration in seconds. Note: 10 seconds only supports 768P resolution
6, 10 6
Video resolution. Note: 10 seconds duration only supports 768P, 1080P only supports 6 seconds
768P, 1080P "768P"