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