v1.0 · 23 tools live
ASHDOCS — PDF & Document API for Automation
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
Convert (5 tools)
Edit (8 tools)
Secure (4 tools)
Extract (6 tools)
Pricing
Every plan includes all 23 tools. Failed jobs are never charged, and every account receives a sandbox key that never consumes credits.
| Plan | Price | Credits / month | File uploads | API keys | Extraction |
|---|
| Free | $0 / month | 100 | 10 MB | 1 | 10 credits |
| Starter | $19 / month or $16/mo billed yearly ($190/yr, save $38) | 1,000 | 25 MB | 3 | 100 credits |
| Growth | $49 / month or $41/mo billed yearly ($490/yr, save $98) | 10,000 | 50 MB | 10 | Unlimited |
| Pro | $99 / month or $83/mo billed yearly ($990/yr, save $198) | 30,000 | 100 MB | 25 | Unlimited |
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.
How to use ASHDOCS
Every tool is a single REST call. Authenticate with X-API-Key, receive the file or JSON in response.
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).
Frequently asked questions
What is ASHDOCS?
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.
Is there a free tier?
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.
Does ASHDOCS work with Make, Zapier and n8n?
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.
What counts as a credit?
One credit is one successful tool operation. Failed jobs are not charged, and jobs run with a sandbox key never consume credits.
Do I need to write code to use ASHDOCS?
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.