First Last FrameVideo
Official Documentation: https://www.minimax.io/platform/document/Model%3Fkey=684261f14c5738213294faa7?key=66d1439376e52fcee2853049&document=video_generation
Endpoint
POST http://v98store.com/minimax/v1/video_generation cURL Command
curl -X POST 'http://v98store.com/minimax/v1/video_generation' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{ "model": "MiniMax-Hailuo-2.3-Fast", "prompt": "一only小猪in高速公路快乐 奔跑", "duration": 10, "first_frame_image": "https://wx4.sinaimg.cn/mw690/8545bf24ly1hq626p2k5aj20j60j7t9t.jpg", "last_frame_image": "https://inews.gtimg.com/om_bt/OBcldFgmIx8oKc7VlrEnHqso_pEEeyfa9Va0gHrQR7NBcAA/641", "resolution": "768P", "prompt_optimizer ": true }' Parameters
| Name | In | Description | Required |
|---|---|---|---|
| Content-Type | header | Yes | |
| Accept | header | Yes | |
| Authorization | header | Yes |
Request Body
Example
{
"model": "MiniMax-Hailuo-2.3-Fast",
"prompt": "一only小猪in高速公路快乐 奔跑",
"duration": 10,
"first_frame_image": "https://wx4.sinaimg.cn/mw690/8545bf24ly1hq626p2k5aj20j60j7t9t.jpg",
"last_frame_image": "https://inews.gtimg.com/om_bt/OBcldFgmIx8oKc7VlrEnHqso_pEEeyfa9Va0gHrQR7NBcAA/641",
"resolution": "768P",
"prompt_optimizer ": true
} Responses
200 -
Example
{
"task_id": "306792606023824",
"base_resp": {
"status_code": 0,
"status_msg": "success"
}
}