Documents and processing
Which file formats does DocPipe support?
Which file formats does DocPipe support?
Can DocPipe handle multi-page documents?
Can DocPipe handle multi-page documents?
What happens when a step fails mid-run?
What happens when a step fails mid-run?
How do I add human review to a pipeline?
How do I add human review to a pipeline?
How long are documents and run data kept?
How long are documents and run data kept?
Pipelines and runs
Why won't my pipe accept documents?
Why won't my pipe accept documents?
Can I run different processing for different document types?
Can I run different processing for different document types?
What does Awaiting Children mean?
What does Awaiting Children mean?
Can I re-run a document without re-uploading it?
Can I re-run a document without re-uploading it?
How do I get notified when something is going wrong?
How do I get notified when something is going wrong?
API and integration
How do I trigger a pipe from my own code?
How do I trigger a pipe from my own code?
POST the document as multipart/form-data to https://api.docpipe.ai/pipes/{pipeId}/trigger with your API key in the X-Api-Key header. The pipe must have a webhook trigger. See the webhook trigger guide for code samples.How do I scope an API request to a specific workspace?
How do I scope an API request to a specific workspace?
X-Workspace-Id header. If you omit it, the request targets your default workspace. See API overview.What are the API rate limits?
What are the API rate limits?
RateLimit-Limit, RateLimit-Remaining, and RateLimit-Reset headers. See rate limits.How do I receive results in my own system?
How do I receive results in my own system?
How do I verify that a callback came from DocPipe?
How do I verify that a callback came from DocPipe?
X-DocPipe-Signature header against the raw request body. The same guide covers zero-downtime key rotation.What happens when I rotate or revoke a signing key?
What happens when I rotate or revoke a signing key?
Billing and credits
How are credits calculated for a run?
How are credits calculated for a run?
Do I get credits back when a run fails?
Do I get credits back when a run fails?
What does it cost to try DocPipe?
What does it cost to try DocPipe?
How do I avoid running out of credits unexpectedly?
How do I avoid running out of credits unexpectedly?
Are triggers and outputs free?
Are triggers and outputs free?