DocuPipe

DocuPipe provides document parsing, structured data extraction, classification, analysis, review, workflow, and export APIs.

13 actions Integration catalog
Request access
Connect DocuPipe once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create SchemaDOCUPIPE_CREATE_SCHEMA
Create a reusable extraction schema from a valid JSON Schema and optional extraction guidelines.
Delete DocumentDOCUPIPE_DELETE_DOCUMENT
Permanently delete one previously submitted DocuPipe document by ID. This destructive operation cannot be undone.
Delete DocumentsDOCUPIPE_DELETE_DOCUMENTS
Permanently delete multiple previously submitted DocuPipe documents by ID in one batch. This destructive operation cannot be undone.
Find DocumentsDOCUPIPE_FIND_DOCUMENTS
Browse documents by dataset and creation time, or search filenames and document IDs when query is provided. Returns one page and a continuation cursor.
Find JobsDOCUPIPE_FIND_JOBS
Retrieve one asynchronous job by ID, or list and filter jobs when job_id is omitted. Job details expose status, progress, errors, outputs, and credit use.
Get Account UsageDOCUPIPE_GET_ACCOUNT_USAGE
Return current plan and credit state together with job counts and credits consumed by job type, optionally including daily usage.
Get DocumentDOCUPIPE_GET_DOCUMENT
Retrieve a processed document, including processing state, parsed content, page count, metadata, and file details.
Get SchemaDOCUPIPE_GET_SCHEMA
Retrieve one extraction schema and its full JSON Schema definition by ID.
Get StandardizationDOCUPIPE_GET_STANDARDIZATION
Retrieve one completed standardization as structured JSON, including extraction data and field metadata.
List SchemasDOCUPIPE_LIST_SCHEMAS
List extraction schemas available to the connected workspace, optionally including each full JSON Schema payload. Returns one page and an opaque continuation cursor.
List StandardizationsDOCUPIPE_LIST_STANDARDIZATIONS
List structured extraction results, filtered by schema, document, or up to 1000 known standardization IDs. Returns one page and a continuation cursor.
Standardize DocumentDOCUPIPE_STANDARDIZE_DOCUMENT
Start V3 agentic structured extraction for one processed document and return the job and standardization IDs. Standard effort costs 2 credits per page; high effort costs 4 credits per page. Omitting schema_id also consumes schema-generation credits.
Upload DocumentDOCUPIPE_UPLOAD_DOCUMENT
Submit one local file or remote file URL for asynchronous parsing. Returns the document and job IDs used to track processing. When workflow_id is provided, also run that existing workflow after parsing and return its result IDs. Processing consumes credits based on page count and workflow steps.