curl --location --request GET 'https://api.uniapi.io/minimax/v1/files/retrieve?file_id' \
--header 'Authorization: Bearer <token>'{
"file": {
"file_id": "${file_id}",
"bytes": 5896337,
"created_at": 1700469398,
"filename": "output_aigc.mp4",
"purpose": "video_generation",
"download_url": "www.downloadurl.com"
},
"base_resp": {
"status_code": 0,
"status_msg": "success"
}
}