PAIM PAPYR ES · EN · FR · DE · IT · PT · 繁中

The PAPYR API

The same tools as the site, from your code: send a file over HTTP and get the result back. No storage: we process and delete, as always.

Closed beta, on purpose

The API opens gradually by design: per-account keys (rotatable and revocable), burst limits, a monthly quota and input limits. It's included in the Pro plan; if you'd like to try it or need volume, write to us and we'll set you up.

Request access

Authentication

Every request carries your key in a header. The key is shown once at creation; keep it in a secrets manager. You can revoke it at any time.

Authorization: Bearer papyr_sk_…

Start in a minute

curl -X POST https://www.aim-papyr.ai/api/v1/pdf/merge \
  -H "Authorization: Bearer papyr_sk_YOUR_KEY" \
  -F "files=@report.pdf" -F "files=@annex.pdf" \
  -o merged.pdf

Endpoints (v1)

GET/api/v1/meValidates your key; returns plan, usage and limits.
POST/api/v1/pdf/mergeMerge several PDFs into one (files, in order).
POST/api/v1/pdf/compressCompress a PDF (file).
POST/api/v1/convert/to-pdfOffice → PDF: docx, xlsx, pptx, odt… (file).

Limits — clear, and in the response

Your data, as always

Processed on EU servers for your operation only, and discarded with the response. The API relaxes nothing in the site's privacy policy.