Document workflows
Generate PDFs from HTML templates, merge invoices or reports, extract pages, and turn Excel exports into JSON — inside your automations or applications.
Example: n8n flow → HTTP (Acrewity PDF) → email node.
Convert, extract, transform, validate and generate with a single /api/services/execute call. Acrewity gives you production-ready utility APIs without extending your infrastructure or maintaining glue code.
{"service": "html_to_pdf",
"operation": "convert",
"parameters": {"html": "<h1>Invoice #129</h1>"}
}Acrewity handles the undifferentiated heavy lifting in your product: PDF engines, Excel parsing, diff tools, text extraction, QR generation, and more — so you can focus on what your users actually see.
Instead of wiring different services with different SDKs, everything happens through one endpoint, one mental model, and one type of request. Learn it once, then just choose a service and operation.
Behind the scenes, Acrewity orchestrates documents, data, and utilities. From your perspective, it's always the same call.
A webhook, cron, form submit, or workflow step fires in n8n, Make.com, Zapier, Supabase, Cloudflare Workers, or your own backend.
Send a JSON body with service, operation, and parameters. No SDKs. No new mental models.
Get back PDFs, JSON, Markdown, diffs, QR codes, UUIDs, and more — ready to email, store, attach, or feed into the next tool.
curl https://www.acrewity.com/api/services/execute \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"service": "url_to_markdown",
"operation": "convert",
"parameters": {"url": "https://docs.company.com/ai-training"}
}'Acrewity provides clean, predictable services for everyday developer tasks — documents & files, data & text, and small utilities that every system needs.
Your document pipeline in an API.
Tidy, transform, and diff anything.
The little building blocks every product re-implements.
Whether you're building automations or full products, if your platform can send an HTTP POST, it can use Acrewity.
Install our @acrewity/n8n-nodes-acrewity community node and access all Acrewity services directly from n8n.
No HTTP configuration needed — just drag, drop, and select your service. Convert PDFs, parse Excel, generate QR codes, and more.
Wherever you reach for a custom script, call Acrewity instead.
Keep your codebase focused on product logic. Move PDF engines, Excel parsing, text diffing, and QR generation out into one clean API layer.
If you're writing utility code today, there's a good chance Acrewity can replace it with a small, reliable API call.
Generate PDFs from HTML templates, merge invoices or reports, extract pages, and turn Excel exports into JSON — inside your automations or applications.
Example: n8n flow → HTTP (Acrewity PDF) → email node.
Convert spreadsheets into API-ready JSON, render JSON back into Excel for downloads, and store pages as Markdown for search, backups, or AI.
Example: Make.com → scrape URL → Acrewity URL→Markdown → Notion.
Parse emails and attachments, extract structured data with regex, and pre-process noisy input before sending it to LLMs or AI services.
Example: Zapier → Webhook (Acrewity regex) → AI endpoint of your choice.
Generate UUIDs, create QR codes, compute diffs, normalize URLs, and handle timezones correctly — without sprinkling helpers all over your codebase.
Example: Supabase Edge Function → call Acrewity as your "utility" layer.
Start for free, then upgrade when Acrewity becomes part of your everyday workflows. Every operation is 1 credit — across all services.
Perfect for trying out the platform.
For small automations and side projects.
For busy teams and growing SaaS products.
For production-scale workloads and teams.
Ship features, not glue code. Replace fragile scripts and background jobs with one reliable utility endpoint that works everywhere you build.