50 billed utilities · public beta

One API key.
50 billed utilities.
Fractions of a cent.

Email syntax + MX (not mailbox), LLM token counting, named entity extraction, JWT decode, slug generation, QR codes, currency conversion — and the rest of the catalog. Start with 1,000 free calls/month. After that, add $10 in prepaid credits at /billing. Latency is not a published SLO.

Get your free API key Browse the docs →
50
Billed utilities
$0.00001
Minimum price per call
1,000
Free calls / month
0
New npm/pip deps needed

50 billed utilities across 12 categories

Enrich 5 utilities
/v1/enrich/email
/v1/enrich/email/batch
/v1/enrich/phone
/v1/enrich/address
/v1/enrich/ip
$0.00001 – $0.0001 / call
Classify 1 utility
/v1/classify/text
$0.00001 / call
Validate 10 utilities
/v1/validate/vat
/v1/validate/password
/v1/validate/credit-card
/v1/validate/iban
/v1/validate/json
/v1/validate/color
/v1/validate/domain
/v1/validate/domain/batch
/v1/validate/regex
/v1/validate/uuid
$0.00001 – $0.0005 / call
Convert 8 utilities
/v1/convert/currency
/v1/convert/timezone
/v1/convert/units
/v1/convert/number
/v1/convert/case
/v1/convert/html-to-text
/v1/convert/markdown
/v1/convert/encoding
$0.00001 / call
Generate 8 utilities
/v1/generate/qr
/v1/generate/uuid
/v1/generate/hash
/v1/generate/password
/v1/generate/slug
/v1/generate/avatar
/v1/generate/lorem
/v1/generate/token
$0.00001 / call
Analyze 3 utilities
/v1/analyze/text
/v1/analyze/tokens
/v1/analyze/similarity
$0.00001 / call
Extract 1 utility
/v1/extract/entities
$0.00001 / call
Filter 1 utility
/v1/filter/profanity
$0.00001 / call
Lookup 4 utilities
/v1/lookup/postal
/v1/lookup/country
/v1/lookup/timezone
/v1/lookup/mime-type
$0.00001 / call
Parse 4 utilities
/v1/parse/url
/v1/parse/user-agent
/v1/parse/csv
/v1/parse/date
$0.00001 / call
Tools 4 utilities
/v1/tools/jwt-decode
/v1/tools/webhook-sign
/v1/tools/webhook-verify
/v1/tools/cron-next
$0.00001 / call
Contacts 1 utility
/v1/contacts/clean
$0.001 per contact row

Account, health, and docs routes are free and are not in the 50. This API will not do mailbox SMTP, USPS/geocode, trained NLP, or unpublished latency SLOs. Machine-readable catalog: /v1/catalog.

Up in 60 seconds

# 1. Get a free API key (1,000 calls/month included)
curl -X POST https://enrichrapi.dev/v1/account/signup \
  -H "Content-Type: application/json" \
  -d '{"email": "you@example.com"}'

# → {"api_key": "enr_...", "message": "Welcome! Your first 1,000 calls/month are free."}

# 2. Call any endpoint
curl -X POST https://enrichrapi.dev/v1/enrich/email \
  -H "X-Api-Key: enr_your_key" \
  -d '{"email": "user@example.com"}'

curl -X POST https://enrichrapi.dev/v1/generate/slug \
  -H "X-Api-Key: enr_your_key" \
  -d '{"text": "Hello World! Café & More"}'
# → {"slug": "hello-world-cafe-more"}

curl -X POST https://enrichrapi.dev/v1/convert/currency \
  -H "X-Api-Key: enr_your_key" \
  -d '{"amount": 100, "from_currency": "USD", "to_currency": "EUR"}'

SDKs & integrations

Python SDK

pip install enrichr-sdk

Sync + async clients. Python 3.10+, requires httpx. pip package: enrichr-sdk.

Node.js / TypeScript SDK

npm install enrichrapi

Native fetch. Zero dependencies. Works in Node 18+, Edge Runtime, Deno, and Bun.

Zapier App

18 actions available

Email syntax+MX, slug generation, QR codes, profanity filtering, and more — Zapier and Make.com.

MCP Server (Claude / Cursor)

https://enrichrapi.dev/llms.txt

50 billed utilities discoverable by AI assistants. Native MCP integration for Claude Desktop and Cursor. Prefer /v1/llms.txt and /v1/catalog.

Priced at cost

Free tier
$0 / month
  • 1,000 calls / month
  • All 50 billed utilities
  • No credit card required
  • Full API access
Enterprise
Custom
  • Volume discounts
  • Dedicated infrastructure
  • Custom endpoints
  • Support (no published latency SLO)
Endpoint type Price / call 1M calls costs Examples
Pure utility $0.00001 $10 slug · qr · address · classify/text · postal · profanity
Email / phone / IP $0.0001 $100 enrich/email · enrich/phone · enrich/ip
VAT / IBAN $0.0005 $500 validate/vat · validate/iban
Contact cleaner $0.001 / row contacts/clean