Send multiple PDF files to one endpoint. We combine them into a single document and deliver it to your webhook.
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"
}
Buy a credit pack. Each credit merges one set of files. Turn on auto-recharge in your dashboard and you'll never run dry.
Running low? Turn on auto-recharge and we'll top up your credits automatically when your balance hits zero.