Through this Get interface, all files of the user can be downloadedCalling this interface requires providing valid APIKey credentials. If APIKey permission check is enabled, you need to have file-v1 permissions.
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************
Path 参数
返回响应
🟢200success
application/json
Body
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://pi.ohmygpt.com/api/v1/f/pr/Jmjq5JctrOPGBWop7sUOi1' \
--header'Authorization: Bearer <token>'