Send a file, get the result delivered to your webhook. One key and one integration pattern, across every conversion tool we offer.
# Example: DWG to PDF curl -X POST https://api.anyconvert.app/v1/convert \ -H "Authorization: Bearer sk_live_..." \ -F "file=@site-plan.dwg" \ -F "strategy=dwg_to_pdf" \ -F "webhook_url=https://yourapp.com/webhooks/pdf" → 202 Accepted {"job_id": "job_8f3a2c19", "status": "processing"}
Pay only for what you convert. No subscriptions required.
No dashboards to babysit, no download links to click. Submit a file and we call your webhook the moment the result is ready. It's designed to sit inside a script or service, not a browser tab.
Read the docs →Every tool runs through the same endpoint. A strategy field tells us which one to run. Learn the pattern once and reuse it everywhere.
POST /v1/convert Authorization: Bearer sk_live_... strategy=dwg_to_pdf strategy=pdf_to_word strategy=merge_pdf strategy=jpg_to_pdf
Your documents often carry sensitive or proprietary information. We remove uploaded files and results from our servers immediately after delivery, and nothing is retained.