Downloading results: when it is present in an API response, actionResultsDownloadURLs contains the authenticated URLs for downloading each generated result file.

MXPROCESS

Asynchronous API: AI Construction Auditor

Upload one PDF, image or ZIP bundle of estimates, plans, photos and reports. The queued worker uses local OCR, OpenCV and FAISS before centralized OpenAI review. Findings are review candidates, not construction, engineering or cost certification.

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

Accepted input: PDF, PNG, JPG, TIFF or one ZIP containing 1–40 supported files, up to 120 MB. Poll /api/actions/get-action-infos/{id}; completion exposes Markdown, both CSV files and both JSON files. Download every artifact, including JSON, through /api/actions/download-action-result/{id}/FILENAME.

For a short file use the synchronous API.

Contact us