Authorization: Bearer ********************
curl --location --request GET 'https://draw.openai-next.com/minimax/v1/query/video_generation?task_id'
0
: 请求成功1002
: 触发限流1004
: 账号鉴权失败1026
: 输入内容涉及敏感内容1027
: 生成视频涉及敏感内容success
表示成功。{
"task_id": "176843862716480",
"status": "Success",
"file_id": "176844028768320",
"video_width": 1920,
"video_height": 1080,
"base_resp": {
"status_code": 0,
"status_msg": "success"
}
}