{ "opencollection": "1.0.0", "info": { "name": "Extend Batch Split API", "version": "2026-02-09" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Split", "type": "folder" }, "items": [ { "info": { "name": "Split a file (synchronous)", "type": "http" }, "http": { "method": "POST", "url": "https://api.extend.ai/split", "headers": [ { "name": "x-extend-api-version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Synchronously split a multi-document file into subdocuments and classify each. Five minute timeout; use POST /split_runs for production." }, { "info": { "name": "Create a split run (asynchronous)", "type": "http" }, "http": { "method": "POST", "url": "https://api.extend.ai/split_runs", "headers": [ { "name": "x-extend-api-version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a split run (asynchronous)" }, { "info": { "name": "Get a split run", "type": "http" }, "http": { "method": "GET", "url": "https://api.extend.ai/split_runs/:id", "headers": [ { "name": "x-extend-api-version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a split run" } ] } ], "bundled": true }