Send a PDF to one endpoint. We convert it to an editable .docx and deliver it straight to your webhook.
curl -X POST https://api.anyconvert.app/v1/convert \
-H "Authorization: Bearer sk_live_..." \
-F "file=@contract.pdf" \
-F "strategy=pdf_to_word" \
-F "webhook_url=https://yourapp.com/webhooks/pdf"
→ 202 Accepted
{
"job_id": "job_2c91af4e",
"status": "processing"
}
Buy a credit pack. Each credit converts one document. 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.