PDF Processing API

Merge, split, compress, rotate and extract pages from PDFs — no external deps.

Get your free key → Full API docs

Endpoints

Example

curl -X POST "https://api.sprytools.com/v1/pdf/api/v1/merge" \
  -H "x-api-key: YOUR_KEY" -H "content-type: application/json" \
  -d '{"files":["<base64pdf1>","<base64pdf2>"]}'

← All APIs