Submit a Document for Processing
Submits a document for processing in DocuPipe.
Query
Comma-separated response fields to include.
Body
The document to be analyzed, provided either as a file or via a URL.
List of page numbers to be parsed (zero indexed). If not provided, all pages will be parsed.
Name of the dataset to which you want to assign this document. It can be any string. This is useful to group your documents
Optional metadata to associate with the document.
Version of parsing. Available versions are 1, 2, 3
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.
The timeout in seconds for the job for webhook error reporting
*Advanced Feature* Unique identifier of the workflow to be applied to the doucment once it is processed. See `POST /workflow/onSubmitDocument` for more details.