App
DocuPipe
DocuPipe is a service that turns PDFs, images, and scanned documents into structured JSON data. Upload invoices, forms, receipts, or any document type.
What your agent can do with DocuPipe
Triggers and actions 1 trigger · 15 actions
- TriggerDocument Processed
Triggers when a document finishes parsing and OCR is complete.
- ActionAdd schema
Creates a new extraction schema in DocuPipe from a JSON schema you supply, and returns its schema ID.
- ActionAnalyze document
Asks DocuPipe a list of plain-language questions about one document and starts the analysis, returning the analysis ID to fetch the answers with.
- ActionClassify Document
Sends one or more documents to DocuPipe to be sorted into your classes, and returns the job that is doing the work.
- ActionDelete document
Removes a document from your DocuPipe account.
- ActionDelete schema
Removes an extraction schema from your DocuPipe account.
- ActionExtract Data From Document
Pulls structured data out of a document using one of your schemas, and returns the extraction to fetch the results with.
- ActionFind documents by criteria
Finds documents in your DocuPipe account whose file name or document ID matches what you search for.
- ActionGet Document
Returns one document from your DocuPipe account, with its file details, processing status, parsed text and your own metadata.
- ActionGet Extraction Result
Returns the data DocuPipe pulled out of a document, shaped by the schema that was used, along with per-field confidence details.
- ActionGet schema
Returns one extraction schema from your DocuPipe account, including the JSON schema it applies and its guidelines.
- ActionList documents
Returns the documents in your DocuPipe account, optionally narrowed to one dataset or a date range.
- ActionList extractions
Returns the data extractions in your DocuPipe account, optionally narrowed to one schema, one document, or a specific set of extractions.
- ActionList schemas
Returns the extraction schemas in your DocuPipe account.
- ActionUpload and Extract Data
Sends a file to DocuPipe and immediately starts pulling structured data out of it, returning both the new document and the extraction.
- ActionUpload Document
Sends a file to DocuPipe to be read and turned into a document you can extract data from.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the DocuPipe API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.