{ "opencollection": "1.0.0", "info": { "name": "Extend Batch Classify API", "version": "2026-02-09" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Classify", "type": "folder" }, "items": [ { "info": { "name": "Classify a file (synchronous)", "type": "http" }, "http": { "method": "POST", "url": "https://api.extend.ai/classify", "headers": [ { "name": "x-extend-api-version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Synchronously classify a document using an inline config or a saved classifier. Five minute timeout; use POST /classify_runs for production." }, { "info": { "name": "Create a classify run (asynchronous)", "type": "http" }, "http": { "method": "POST", "url": "https://api.extend.ai/classify_runs", "headers": [ { "name": "x-extend-api-version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a classify run (asynchronous)" }, { "info": { "name": "Get a classify run", "type": "http" }, "http": { "method": "GET", "url": "https://api.extend.ai/classify_runs/:id", "headers": [ { "name": "x-extend-api-version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a classify run" }, { "info": { "name": "List classifiers", "type": "http" }, "http": { "method": "GET", "url": "https://api.extend.ai/classifiers", "headers": [ { "name": "x-extend-api-version", "value": "" } ], "params": [ { "name": "nextPageToken", "value": "", "type": "query" }, { "name": "maxPageSize", "value": "", "type": "query" } ] }, "docs": "List classifiers" }, { "info": { "name": "Create a classifier", "type": "http" }, "http": { "method": "POST", "url": "https://api.extend.ai/classifiers", "headers": [ { "name": "x-extend-api-version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a classifier" } ] } ], "bundled": true }