Professional API Services • Built for Developers

One endpoint.All your utility jobs, done.

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.

100-credit trial · No credit card · All services included

POST /api/services/execute
{"service": "html_to_pdf",
  "operation": "convert",
  "parameters": {"html": "<h1>Invoice #129</h1>"}
}
→ Returns:Base64 PDF ready to download, email, or store

Utility APIs that behave like part of your codebase.

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.

Your flow stays simple. Acrewity takes the complex path.

Behind the scenes, Acrewity orchestrates documents, data, and utilities. From your perspective, it's always the same call.

1

Trigger

A webhook, cron, form submit, or workflow step fires in n8n, Make.com, Zapier, Supabase, Cloudflare Workers, or your own backend.

2

POST /api/services/execute

Send a JSON body with service, operation, and parameters. No SDKs. No new mental models.

3

Drop-in result

Get back PDFs, JSON, Markdown, diffs, QR codes, UUIDs, and more — ready to email, store, attach, or feed into the next tool.

Same endpoint, different jobs
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"}
  }'

The toolbox that keeps boring work out of your repo.

Acrewity provides clean, predictable services for everyday developer tasks — documents & files, data & text, and small utilities that every system needs.

Documents & files

Your document pipeline in an API.

  • HTML → PDF (invoices, reports, labels)
  • Merge multiple PDFs for customers or auditors
  • Extract specific pages for sharing
  • Excel → JSON / JSON → Excel exports

Data & text

Tidy, transform, and diff anything.

  • URL → Markdown for storage, backups, or AI
  • Text diffing for logs, changelogs & audits
  • Regex matching & extraction (emails, phones, IDs)
  • Markdown table generator for dashboards & docs

Utilities you always need

The little building blocks every product re-implements.

  • UUID generation on demand
  • QR code generation for links & IDs
  • URL encoding & decoding
  • Timezone & date helpers

Drop Acrewity into the tools you already live in.

Whether you're building automations or full products, if your platform can send an HTTP POST, it can use Acrewity.

n8n Community NodeMake.com scenariosZapier WebhooksSupabase Edge FunctionsCloudflare WorkersNode / Python / PHP backends

n8n builders

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.

Make.com & Zapier

Wherever you reach for a custom script, call Acrewity instead.

  • Generate PDFs from order data and push to Drive.
  • Turn scraped pages into Markdown and store in Notion.
  • Diff old vs. new text before posting updates.

SaaS teams & internal tools

Keep your codebase focused on product logic. Move PDF engines, Excel parsing, text diffing, and QR generation out into one clean API layer.

Where Acrewity naturally slots into your work.

If you're writing utility code today, there's a good chance Acrewity can replace it with a small, reliable API call.

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.

Data transformation

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.

Automation & AI

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.

Developer utilities

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.

Simple, predictable pricing.

Start for free, then upgrade when Acrewity becomes part of your everyday workflows. Every operation is 1 credit — across all services.

Free Trial
$0

Perfect for trying out the platform.

  • 100 credits trial
  • All services included
  • No credit card required
  • No expiration
Start Free Trial
Starter
$9/month

For small automations and side projects.

  • 1,000 credits / month
  • All services included
  • Email support
  • Credits refresh monthly
Choose Starter
Most popular
Pro
$49/month

For busy teams and growing SaaS products.

  • 10,000 credits / month
  • All services included
  • Priority support
  • Credits refresh monthly
Choose Pro
Business
$149/month

For production-scale workloads and teams.

  • 50,000 credits / month
  • All services included
  • Priority support
  • Volume add-ons available
Choose Business

Focus on what you're building. Let Acrewity handle the rest.

Ship features, not glue code. Replace fragile scripts and background jobs with one reliable utility endpoint that works everywhere you build.