Any Convert

Merge PDFs, automatically.

Send multiple PDF files to one endpoint. We combine them into a single document and deliver it to your webhook.

Get your API key View all tools
curl -X POST https://api.anyconvert.app/v1/convert \
  -H "Authorization: Bearer sk_live_..." \
  -F "file=@part1.pdf" \
  -F "file=@part2.pdf" \
  -F "strategy=merge_pdf" \
  -F "webhook_url=https://yourapp.com/webhooks/pdf"

→ 202 Accepted
{
  "job_id": "job_71bd0a3c",
  "status": "processing"
}

How it works

01
POST your files
Send each PDF, in order, plus your webhook URL, with your API key.
02
We process it
The files are combined into a single PDF, preserving page order.
03
We call your webhook
The merged document is delivered straight to your endpoint.

Simple, credit-based pricing

Buy a credit pack. Each credit merges one set of files. Turn on auto-recharge in your dashboard and you'll never run dry.

Starter
$20 / 100 documents
$0.20 per document
  • ✓ Full API access
  • ✓ Webhook delivery
  • ✓ Credits never expire
  • ✓ Email support
Buy Starter
BEST VALUE
Growth
$36 / 200 documents
$0.18 per document
  • ✓ Everything in Starter
  • ✓ 10% lower per-document rate
  • ✓ Priority processing
  • ✓ Priority support
Buy Growth

Running low? Turn on auto-recharge and we'll top up your credits automatically when your balance hits zero.

Files removed from our servers immediately after delivery.
Bearer-token authentication on every request.
Accepts any number of files per request, in the order you send them.
Built for automated pipelines. Webhook delivery, not a download page.
Any Convert
A simple conversion API for teams that need documents turned into the right format, automatically.
Product
Docs Tools
Legal
Terms of Service Privacy Policy Refund Policy
Support
support@anyconvert.app
© 2026 Any Convert. All rights reserved.