Docs

Submit a Document for Processing

Submits a document for processing in DocuPipe.

POST

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
objectrequired

The document to be analyzed, provided either as a file or via a URL.

array of number

List of page numbers to be parsed (zero indexed). If not provided, all pages will be parsed.

string

Name of the dataset to which you want to assign this document. It can be any string. This is useful to group your documents

object

Optional metadata to associate with the document.

number

Version of parsing. Available versions are 1, 2, 3

string

Method to use for processing the document. The options are: asImage (treats native PDFs as images), or removeWatermark (removes watermarks from PDFs before processing). Note that removeWatermark is experimental.

number

The timeout in seconds for the job for webhook error reporting

string

*Advanced Feature* Unique identifier of the workflow to be applied to the doucment once it is processed. See `POST /workflow/onSubmitDocument` for more details.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.