MAXScanner API
Document Conversion API
Use one stable asynchronous contract while MAXScanner selects the appropriate document processor behind the API.
Input
DOCX, XLSX, PPTX, ODT and supported formats
Output
PDF or another supported target format
Asynchronous workflow
- 01
Authenticate
- 02
Submit job
- 03
Poll status
- 04
Use result
Example request
curl -X POST https://maxscanner.app/api/v1/jobs \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Idempotency-Key: unique-request-001" \
-H "Content-Type: application/json" \
-d '{"filename":"input.docx","inputFormat":"docx","format":"pdf","sourceKey":"users/USER/uploads/input"}'Build safely
Use a stable idempotency key for retries. Private source objects stay account-owned, processing is asynchronous, and internal processor selection is controlled by MAXScanner.