MXPROCESS

Asynchronous API: AI Document Review Pack

Upload one PDF or scan. The worker extracts text locally (including OCR for scans), then returns an evidence-backed review, risk register and structured data. It is decision support, not legal advice.

Endpoint: POST https://mxprocess.com/api/files/start-process
Authentication: Bearer JWT from POST /api/login_check
Cost: 14 tokens, charged after success.

Start the action

Accepted: PDF, PNG, JPG and TIFF. Exactly one file, maximum 80 MB. language defaults to English and reviewType is optional.

Initial response and polling

Store id or trackingUrl, then poll every 10–15 seconds.

On success, actionResults contains source-text.txt, review-pack.md, risk-register.csv and review-pack.json. Download any result through /api/actions/download-action-result/123/FILENAME with the same JWT.

Functional error example

For short documents use the synchronous API.

Contact us