{ "opencollection": "1.0.0", "info": { "name": "Sensible Classification Configuration Document type API", "version": "v0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Document type", "type": "folder" }, "items": [ { "info": { "name": "List document types", "type": "http" }, "http": { "method": "GET", "url": "https://api.sensible.so/v0/document_types" }, "docs": "Lists all document types in your Sensible account." }, { "info": { "name": "Create document type", "type": "http" }, "http": { "method": "POST", "url": "https://api.sensible.so/v0/document_types", "body": { "type": "json", "data": "{}" } }, "docs": "Create a document type." }, { "info": { "name": "Get document type", "type": "http" }, "http": { "method": "GET", "url": "https://api.sensible.so/v0/document_types/:type-id", "params": [ { "name": "type-id", "value": "", "type": "path", "description": "The unique document type identifier in v4 UUID format. Find IDs using the `/document_types` endpoint." } ] }, "docs": "Find the document type id using the `/document_types` endpoint." }, { "info": { "name": "Delete document type", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.sensible.so/v0/document_types/:type-id", "params": [ { "name": "type-id", "value": "", "type": "path", "description": "The unique document type identifier in v4 UUID format. Find IDs using the `/document_types` endpoint." } ] }, "docs": "Delete a document type and everything it contains, for example configurations and reference PDfs,\nbut not its extraction history displayed in the Sensible app.\n" } ] } ], "bundled": true }