Authorization: Bearer ********************
{
"model": "MiniMax-Hailuo-02",
"prompt": "男子拿起一本书[上升],然后阅读[固定]。",
"duration": 6,
"resolution": "1080P"
}
curl --location --request POST 'https://api.gpt.ge/task/minimax/v1/video_generation' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "MiniMax-Hailuo-02",
"prompt": "男子拿起一本书[上升],然后阅读[固定]。",
"duration": 6,
"resolution": "1080P"
}'
{
"task_id": "106916112212032",
"base_resp": {
"status_code": 0,
"status_msg": "success"
}
}