Authorization: Bearer ********************
curl --location --request GET 'https://api.gpt.ge/task/minimax/v1/files/retrieve?file_id' \
--header 'Authorization: Bearer <token>'
{
"file": {
"file_id": 313992866418884,
"bytes": 0,
"created_at": 1758211235,
"filename": "output.mp4",
"purpose": "video_generation",
"download_url": "https://video-product.cdn.minimax.io/inference_output/video/2025-09-19/5c06f899-c689-4dfb-93f6-e4468a2743fc/output.mp4"
},
"base_resp": {
"status_code": 0,
"status_msg": "success"
}
}