ClawLink
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.

ToolWhat it doesKind
docupipe_find_documentsBrowse documents by dataset and creation time, or search filenames and document IDs when queryRead
docupipe_find_jobsRetrieve one asynchronous job by ID, or list and filter jobs when job_id is omittedRead
docupipe_get_account_usageReturn current plan and credit state together with job counts and credits consumed by job typeRead
docupipe_get_documentRetrieve a processed document, including processing state, parsed content, page countRead
docupipe_get_schemaRetrieve one extraction schema and its full JSON Schema definition by IDRead
docupipe_get_standardizationRetrieve one completed standardization as structured JSON, including extraction data and fieldRead
docupipe_list_schemasList extraction schemas available to the connected workspace, optionally including each fullRead
docupipe_list_standardizationsList structured extraction results, filtered by schema, document, or up to 1000 knownRead
docupipe_create_schemaCreate a reusable extraction schema from a valid JSON Schema and optional extraction guidelinesWrite
docupipe_standardize_documentStart V3 agentic structured extraction for one processed document and return the job andRead
docupipe_upload_documentSubmit one local file or remote file URL for asynchronous parsingWrite