Retrieve file content
GET
https://api.openai.com/v1/files/{file_id}/contentReturns the contents of the specified file
Request
Path Params
file_id
string
required
The ID of the file to use for this request
Header Params
Authorization
string
optional
Example:
Bearer {{YOUR_API_KEY}}
Request samples
Responses
成功(200)
HTTP Code: 200
Content Type : Binaryapplication/octet-stream
Example
Not configured
Last modified: a year ago