curl --location -g --request GET 'http://dev-cn.your-api-server.com/v1/files/retrieve?GroupId=${group_id}&file_id=${file_id}' \
--header 'authority: api.minimax.chat' \
--header 'Authorization: Bearer ${api_key}' \
--header 'content-type: application/json' \
--data-raw ''
{
"file": {
"file_id": ${file_id},
"bytes": 5896337,
"created_at": 1700469398,
"filename": "MiniMax开放平台-测试bot.docx",
"purpose": "retrieval"
},
"base_resp": {
"status_code": 0,
"status_msg": "success"
}
}