Authorization: Bearer ********************{
"model": "MiniMax-Hailuo-2.3",
"prompt": "一只可爱的小猫在阳光下玩耍,画面温馨治愈",
"duration": 6,
"resolution": "1080P",
"prompt_optimizer": true
}curl --location --request POST '/hailuo/v1/video_generation' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "MiniMax-Hailuo-2.3",
"prompt": "一只可爱的小猫在阳光下玩耍,画面温馨治愈",
"duration": 6,
"resolution": "1080P",
"prompt_optimizer": true
}'{
"task_id": "task_1234567890abcdef",
"base_resp": {
"status_code": 0,
"status_msg": "success"
}
}