{ "opencollection": "1.0.0", "info": { "name": "Portkey AI Gateway Analytics Batches API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-portkey-api-key", "value": "{{x-portkey-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Batches", "type": "folder" }, "items": [ { "info": { "name": "List batches", "type": "http" }, "http": { "method": "GET", "url": "https://api.portkey.ai/v1/batches" }, "docs": "List batches" }, { "info": { "name": "Create a batch job", "type": "http" }, "http": { "method": "POST", "url": "https://api.portkey.ai/v1/batches" }, "docs": "Create a batch job" }, { "info": { "name": "Retrieve a batch", "type": "http" }, "http": { "method": "GET", "url": "https://api.portkey.ai/v1/batches/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve a batch" }, { "info": { "name": "Cancel a batch", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.portkey.ai/v1/batches/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Cancel a batch" } ] } ], "bundled": true }