检索文件内容
GET
https://api.openai.com/v1/files/{file_id}/content
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.openai.com/v1/files//content' \
--header 'Authorization: Bearer '
请求参数
Path 参数
file_id
string
必需
Header 参数
Authorization
string
可选
示例值:
Bearer {{YOUR_API_KEY}}
返回响应
修改于 2023-11-09 06:43:00