Initiates asynchronous ingestion of a document.
The request must be submitted as a multipart/form‑data payload with the
document file and optional extraction parameters.
The server responds with a job identifier which can be polled for status.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Document file to upload and process.
Override automatic file type detection (e.g. docx, pdf).
Desired output format for extracted content (plain, html, markdown, csv, json, xml, base64).
CSV delimiter to use when extractionFormat is csv.
Include CSS styling in HTML extraction.
Maintain original document formatting.
Extract and encode images separately.
Extract tables as structured data.
Identifier used to batch uploads for connectors.