🎉 MiniMax-M2.7 全新发布!订阅 Token Plan,尽享全模态模型。立即体验 ➔
curl --request GET \
--url https://api.minimaxi.com/v1/files/retrieve \
--header 'Authorization: Bearer <token>'{
"file": {
"file_id": "${file_id}",
"bytes": 0,
"created_at": 1700469398,
"filename": "output_aigc.mp4",
"purpose": "video_generation",
"download_url": "www.downloadurl.com"
},
"base_resp": {
"status_code": 0,
"status_msg": "success"
}
}通过本接口进行生成视频文件下载。
curl --request GET \
--url https://api.minimaxi.com/v1/files/retrieve \
--header 'Authorization: Bearer <token>'{
"file": {
"file_id": "${file_id}",
"bytes": 0,
"created_at": 1700469398,
"filename": "output_aigc.mp4",
"purpose": "video_generation",
"download_url": "www.downloadurl.com"
},
"base_resp": {
"status_code": 0,
"status_msg": "success"
}
}此页面对您有帮助吗?