{ "opencollection": "1.0.0", "info": { "name": "GPTZero Batch Detection API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Detection", "type": "folder" }, "items": [ { "info": { "name": "Analyze text", "type": "http" }, "http": { "method": "POST", "url": "https://api.gptzero.me/v2/predict/text", "body": { "type": "json", "data": "{}" } }, "docs": "Analyze text" }, { "info": { "name": "List reports", "type": "http" }, "http": { "method": "GET", "url": "https://api.gptzero.me/v2/reports", "params": [ { "name": "startDate", "value": "", "type": "query" }, { "name": "endDate", "value": "", "type": "query" } ] }, "docs": "List reports" }, { "info": { "name": "Get report", "type": "http" }, "http": { "method": "GET", "url": "https://api.gptzero.me/v2/reports/:reportId", "params": [ { "name": "reportId", "value": "", "type": "path" } ] }, "docs": "Get report" } ] } ], "bundled": true }