Authorization: Bearer ********************{
"model": "MiniMax-Hailuo-2.3-Fast",
"prompt": "一只小猪在高速公路上快乐的奔跑",
"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
}curl --location --request POST 'http://yunwu.ai/minimax/v1/video_generation' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "MiniMax-Hailuo-2.3-Fast",
"prompt": "一只小猪在高速公路上快乐的奔跑",
"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
}'{
"task_id": "306792606023824",
"base_resp": {
"status_code": 0,
"status_msg": "success"
}
}