{ "opencollection": "1.0.0", "info": { "name": "Portkey AI Gateway Analytics Files API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-portkey-api-key", "value": "{{x-portkey-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Files", "type": "folder" }, "items": [ { "info": { "name": "List files", "type": "http" }, "http": { "method": "GET", "url": "https://api.portkey.ai/v1/files" }, "docs": "List files" }, { "info": { "name": "Upload a file", "type": "http" }, "http": { "method": "POST", "url": "https://api.portkey.ai/v1/files" }, "docs": "Upload a file" }, { "info": { "name": "Get file content", "type": "http" }, "http": { "method": "GET", "url": "https://api.portkey.ai/v1/files/:id/content", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get file content" } ] } ], "bundled": true }