AI & ML13 toolsPaste one API key
DocuPipe integration for AI agents
DocuPipe provides document parsing, structured data extraction, classification, analysis, review, workflow, and export APIs.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect DocuPipe once and call the same tools from all of them.
Setup
Connect DocuPipe through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
DocuPipe exposes 13 tools through ClawLink. The 11 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
docupipe_find_documents | Browse documents by dataset and creation time, or search filenames and document IDs when query | Read |
docupipe_find_jobs | Retrieve one asynchronous job by ID, or list and filter jobs when job_id is omitted | Read |
docupipe_get_account_usage | Return current plan and credit state together with job counts and credits consumed by job type | Read |
docupipe_get_document | Retrieve a processed document, including processing state, parsed content, page count | Read |
docupipe_get_schema | Retrieve one extraction schema and its full JSON Schema definition by ID | Read |
docupipe_get_standardization | Retrieve one completed standardization as structured JSON, including extraction data and field | Read |
docupipe_list_schemas | List extraction schemas available to the connected workspace, optionally including each full | Read |
docupipe_list_standardizations | List structured extraction results, filtered by schema, document, or up to 1000 known | Read |
docupipe_create_schema | Create a reusable extraction schema from a valid JSON Schema and optional extraction guidelines | Write |
docupipe_standardize_document | Start V3 agentic structured extraction for one processed document and return the job and | Read |
docupipe_upload_document | Submit one local file or remote file URL for asynchronous parsing | Write |