How to Use MiniMax H3 Max Turbo Image to Video
-
Provide a source frame: Set image_url to your starting image, or end_image_url alone to generate up to that frame. At least one of the two is required.
-
Describe the motion: Write prompt to describe the motion, action, and camera movement you want applied to the image.
-
Pick resolution and duration: Set resolution to 480p, 768p, or 1080p, and duration to any value from 5 to 15 seconds.
-
Choose prompt expansion (optional): Set prompt_expansion_mode to disabled, balanced (default), or quality.
-
Submit and retrieve: POST the request, then poll /predictions/{request_id}/result or supply a webhook_url to receive the finished video URL.
curl -X POST https://api.muapi.ai/api/v1/minimax-h3-max-turbo-image-to-video \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "The camera slowly pushes in as the subject turns toward the light and fabric moves in a soft breeze.",
"image_url": "https://example.com/portrait.jpg",
"resolution": "768p",
"duration": 6
}'