Private processing in browser tools
REST API v1

Run PDF tools inside your product

Versioned endpoints, independent keys, daily quotas, usage reports, and temporary downloads for service integration.

cURL
curl -X POST \
  "https://boxpdf.ir/wp-json/pdf-scan-maker/v1/convert" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "file=@document.pdf" \
  -F "output=pdf"
Quick start

Your first request in three steps

  1. 1
    Enable the REST API

    Review API availability and HTTPS requirements in plugin settings.

  2. 2
    Create an API key

    Create an independent, revocable key for each service.

  3. 3
    Send the file

    Send the PDF in the multipart field named file.

Independent authentication

Bearer tokens, a dedicated header, and administrator application passwords are supported.

Modular discovery

Registered tools can be discovered through public discovery routes.

Usage control

Quota, rate limit, file size, pages, and processing time are recorded per key.