MAXScanner API
Webpage to PDF API
Submit a validated public URL, receive a job ID, and retrieve the generated PDF after browser processing completes.
Input
approved public HTTP/HTTPS URL
Output
PDF artifact
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 '{"url":"https://example.com","filename":"page.pdf"}'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.