Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.docpipe.ai/llms.txt

Use this file to discover all available pages before exploring further.

A document is a file uploaded to a pipe for processing. Each document goes through a lifecycle as it moves through the pipeline.

Supported formats

Upload methods

You can upload documents to a pipe in several ways:
MethodDescription
UploadDrag and drop documents or click to browse from the pipe detail page
EmailForward or send documents to the pipe’s email address
HTTP APIPOST documents to the /pipes/{pipeId}/trigger endpoint

Document lifecycle

Documents move through the following statuses as they are processed:
StatusDescription
PendingDocument upload initiated but not yet received
UploadedDocument received and queued for processing
ProcessingPipeline is actively processing the document
CompletedAll pipeline steps finished successfully
FailedProcessing encountered an error
ReviewDocument is waiting for human review before continuing
CancelledRun was cancelled before completing

Document details

Each document record includes:
  • Original document name and format
  • Upload timestamp and method
  • Current status
  • Associated run (if processing has started)
  • Document size

Managing documents

You manage documents from the pipe detail page. You can upload, preview, re-run, and delete documents.