{ "opencollection": "1.0.0", "info": { "name": "Parseur async Document API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Document", "type": "folder" }, "items": [ { "info": { "name": "Get a document", "type": "http" }, "http": { "method": "GET", "url": "https://api.parseur.com/document/:id", "params": [ { "name": "id", "value": "{{DOCUMENT_ID}}", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get a document" }, { "info": { "name": "Delete a document", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.parseur.com/document/:id", "params": [ { "name": "id", "value": "{{DOCUMENT_ID}}", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete a document" }, { "info": { "name": "Get document logs", "type": "http" }, "http": { "method": "GET", "url": "https://api.parseur.com/document/:id/log_set", "params": [ { "name": "id", "value": "{{DOCUMENT_ID}}", "type": "path" }, { "name": "page", "value": "", "type": "query", "description": "Page number for pagination (default is 1)" }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results per page (default is 25)" }, { "name": "search", "value": "", "type": "query", "description": "Case-insensitive partial match search" }, { "name": "ordering", "value": "", "type": "query", "description": "Field name to order by (use -prefix for descending)" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get document logs" }, { "info": { "name": "Skip a document", "type": "http" }, "http": { "method": "POST", "url": "https://api.parseur.com/document/:id/skip", "params": [ { "name": "id", "value": "{{DOCUMENT_ID}}", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Skip a document" } ] } ], "bundled": true }