Upload file#
官方接口地址:
POST https://api.openai.com/v1/files
对应智增增接口地址:
POST https://api.zhizengzeng.com/v1/filesRetrieve file#
官方接口地址:
GET https://api.openai.com/v1/files/{file_id}
对应智增增接口地址:
GET https://api.zhizengzeng.com/v1/files/{file_id}List files#
官方接口地址:
GET https://api.openai.com/v1/files
对应智增增接口地址:
GET https://api.zhizengzeng.com/v1/filesDelete file#
官方接口地址:
DELETE https://api.openai.com/v1/files/{file_id}
对应智增增接口地址:
DELETE https://api.zhizengzeng.com/v1/files/{file_id}Retrieve file content#
官方接口地址:
GET https://api.openai.com/v1/files/{file_id}/content
对应智增增接口地址:
GET https://api.zhizengzeng.com/v1/files/{file_id}/content修改于 2026-03-02 14:22:37