MXPROCESS
Asynchronous API: AI Security Questionnaire Readiness Pack
Upload one vendor security questionnaire. The worker extracts embedded PDF text or OCRs scans, then returns a source-evidenced response matrix, an internal evidence-request list and a risk register. Generated responses are drafts and must be validated before submission.
Endpoint: POST https://mxprocess.com/api/files/start-process
Authentication: Bearer JWT from POST /api/login_check
Cost: 24 tokens, charged only after the existing successful-action lifecycle completes.
Start the action
Accepted: exactly one PDF, PNG, JPG or TIFF, maximum 80 MB. Store the returned id and poll /api/actions/get-action-infos/{id}.
On completion, actionResults lists source TXT, Markdown workspace, response-matrix CSV, evidence-request CSV, risk-register CSV and JSON. Download every artifact, including JSON, through /api/actions/download-action-result/123/FILENAME with the same JWT.
Functional error example
For short files use the synchronous API.
Contact us