{ "opencollection": "1.0.0", "info": { "name": "Evisort Authentication Fields API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Fields", "type": "folder" }, "items": [ { "info": { "name": "Get extracted fields and metadata for a document", "type": "http" }, "http": { "method": "GET", "url": "https://api.evisort.com/v1/documents/:evisortId/fields", "params": [ { "name": "evisortId", "value": "", "type": "path" } ] }, "docs": "Returns the AI-extracted fields, clauses, and metadata associated with a document. The precise field schema is defined per workspace and documented in Evisort's authenticated developer portal." } ] } ], "bundled": true }