v1.0 · 23 tools live
Convert HTML to PDF, merge, split, watermark, OCR, redact and extract structured JSON from any document — with a single REST API. Works from Make, Zapier, n8n and Airtable. Webhooks, credits and pipelines all included.
Start free — 100 credits → Read the API docs Blog
Every plan includes all 23 tools. Failed jobs are never charged, and every account receives a sandbox key that never consumes credits.
Annual billing is priced at 10× monthly (2 months free). Paid tiers overflow into overage rather than hard-stopping. See /pricing for the full comparison.
Every tool is a single REST call. Authenticate with X-API-Key, receive the file or JSON in response.
X-API-Key
curl -X POST https://api.ashdocs.io/api/v1/tools/html-to-pdf \ -H "X-API-Key: ash_live_..." \ -H "Content-Type: application/json" \ -d '{"html":"<h1>Invoice</h1>","options":{"format":"A4","printBackground":true}}'
No SDK is required. The API is callable from any language, or from no-code platforms (Make HTTP module, Zapier webhook action, n8n HTTP Request node, Airtable automation).
ASHDOCS is a REST API for generating, converting and extracting PDF and document data. It provides 23 tools behind a single endpoint — HTML to PDF conversion, merging, splitting, compression, watermarking, OCR, redaction and schema-driven data extraction.
Yes. The free plan includes 100 credits a month with no card required, and every account is issued a sandbox key that runs unlimited test jobs without billing.
Yes. Every endpoint is a standard REST call, so it works from a Make HTTP module, a Zapier webhook action, an n8n HTTP Request node, or an Airtable automation. No server or code deployment is required.
One credit is one successful tool operation. Failed jobs are not charged, and jobs run with a sandbox key never consume credits.
No. The API can be called from any automation platform without writing code. You will need to write HTML if you are generating documents from a template, but no backend or server is required.
HEIC, PNG, JPG — one API, one PDF out.
curl -X POST 'https://www.ashdocs.com/api/v1/tools/image-to-pdf' \ -H 'X-API-Key: ash_live_...' \ -F 'files=@page1.jpg' -F 'files=@page2.jpg'
100 credits free at signup. No card required.