MAXScanner API v1
Build document workflows, not processing infrastructure.
Async-first APIs for documents, files, OCR, conversion, PDF, compression and webhooks. One authentication model, one job lifecycle and one result contract.
Authentication
Scoped API keys
Processing
Async jobs
Events
Signed webhooks
Reference
All API operations
/api/v1/jobsCreate a processing job
Submit an asynchronous processing operation and receive a stable job identifier.
/api/v1/jobs/{jobId}Get job status
Read the current lifecycle state and result information for a processing job.
/api/v1/documentsList documents
List documents available to the authenticated account.
/api/v1/documents/{documentId}/processProcess a document
Create an asynchronous processing job for an account-owned document version.
/api/v1/files/uploadAuthorize a file upload
Create a bounded upload workflow for a private source file.
/api/v1/convertConvert a file
Route a supported document conversion through the managed processor fleet.
/api/v1/ocrRun OCR
Extract searchable text from a supported image or document.
/api/v1/pdfRun a PDF operation
Submit a supported PDF operation such as merge, split or optimization.
/api/v1/compressCompress an image
Submit an image optimization job with format and quality constraints.
/api/v1/webhooksCreate a webhook
Register a signed callback destination for job and document events.
Error referenceError reference
Understand authentication, validation, quota, conflict and server errors.
Limits & formatsLimits and formats
Reference supported formats, quotas and request constraints.