Skip to main content
POST
MiniMax H3 I2V

Authorizations

Authorization
string
header
required

API Key authentication. Format: Bearer YOUR_API_KEY.

Body

application/json
prompt
string
required

Video content description.

Required string length: 1 - 7000
reference_images
string[]
required

Reference image URLs used to guide subject or style (1-9).

Required array length: 1 - 9 elements
Minimum string length: 1
duration
enum<integer>
default:5
required

Required video duration in seconds.

Available options:
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
resolution
enum<string>
default:2K
required

Required output resolution.

Available options:
768P,
2K
reference_audios
string[]

Optional reference audio URLs (up to 3).

Maximum array length: 3
Minimum string length: 1
ratio
enum<string>
default:16:9

Optional video aspect ratio. One of the listed values. Default: 16:9.

Available options:
21:9,
16:9,
4:3,
1:1,
3:4,
9:16

Response

Task submitted successfully

code
integer
required

Response code, 0 indicates success

Example:

0

message
string
required

Response message

Example:

"success"

data
object
required

Detailed data about the submitted asynchronous task.