Retrieve File Content
curl --request GET \
--url https://api.minimax.io/v1/files/retrieve_content \
--header 'Authorization: Bearer <token>'"<string>"File Management
Retrieve Content
Download the contents of a generated file.
GET
/
v1
/
files
/
retrieve_content
Retrieve File Content
curl --request GET \
--url https://api.minimax.io/v1/files/retrieve_content \
--header 'Authorization: Bearer <token>'"<string>"Authorizations
HTTP: Bearer Auth
- Security Scheme Type: http
- HTTP Authorization Scheme:
Bearer API_key, can be found in Account Management>API Keys.
Query Parameters
The ID of the file to download.
Response
200 - application/json
The response is of type file.
⌘I