MiniMax Video 01 Live - Create video from image
MiniMax Live
MiniMax Video 01 Live - Create video from image
Generate a video from an image using MiniMax Video-01-Live model (Live Illustrations).
Features:
- Supports camera movements in square brackets: [Truck left], [Pan right], [Push in], [Pull out], [Zoom in], [Tracking shot], [Static shot]
- Optional prompt optimization for better results
- Works best with illustrations and artwork
POST
MiniMax Video 01 Live - Create video from image
Authorizations
Your Magnific API key. Required for authentication. Learn how to obtain an API key
Body
application/json
Text description of the video motion to generate. Supports camera movements in square brackets:
- [Truck left], [Truck right]: Camera moves horizontally
- [Pan left], [Pan right]: Camera rotates horizontally
- [Push in], [Pull out]: Camera moves closer/further
- [Pedestal up], [Pedestal down]: Camera moves vertically
- [Tilt up], [Tilt down]: Camera tilts
- [Zoom in], [Zoom out]: Lens zoom
- [Shake]: Camera shake effect
- [Tracking shot]: Camera follows subject
- [Static shot]: No camera movement
Maximum string length:
2000Example:
"The illustration comes to life with gentle movements [Static shot]"
URL of the source image to animate. Works best with illustrations and artwork.
Example:
"https://example.com/illustration.jpg"
Webhook URL to notify when the task is completed
Enable automatic prompt enhancement for better video generation results
Response
OK - The task exists and the status is returned
Example:
{
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "CREATED",
"generated": [
"https://openapi-generator.tech",
"https://openapi-generator.tech"
]
}