Skip to main content
POST

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Authorization
string
required

Body

application/json
model
enum<string>
required
Available options:
MiniMax-Hailuo-02,
MiniMax-Hailuo-2.3,
MiniMax-Hailuo-2.3-Fast,
T2V-01-Director,
T2V-01,
I2V-01-Director,
I2V-01-live,
I2V-01,
S2V-01
Example:

"MiniMax-Hailuo-2.3"

prompt
string
Maximum string length: 2000
Example:

"一只可爱的小猫在阳光下玩耍[推进],然后跳跃[跟随]"

first_frame_image
string
Example:

"https://example.com/image.jpg"

last_frame_image
string
Example:

"https://example.com/last.jpg"

subject_image
string
Example:

"https://example.com/subject.jpg"

duration
enum<integer>
default:6
Available options:
6,
10
Example:

6

resolution
enum<string>
Available options:
720P,
768P,
1080P
Example:

"1080P"

prompt_optimizer
boolean
default:true
Example:

true

fast_pretreatment
boolean
default:false
Example:

false

callback_url
string<uri>
Example:

"https://your-domain.com/callback"

aigc_watermark
boolean
default:false
Example:

false

Response

Request succeeded.

task_id
string
Example:

"task_1234567890abcdef"

base_resp
object