43 endpoints · public beta

One API key.
43 utility endpoints.
Fractions of a cent.

Email validation, LLM token counting, named entity extraction, string deduplication, slug generation, QR codes, currency conversion — and 36 more. No subscriptions. No minimums. Pay per call.

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

43 endpoints across 10 categories

Enrich 4 endpoints
/v1/enrich/email
/v1/enrich/phone
/v1/enrich/ip
/v1/classify/text
$0.0001 – $0.0002 / call
Validate 9 endpoints
/v1/validate/credit-card
/v1/validate/iban
/v1/validate/domain
/v1/validate/uuid
/v1/validate/regex
/v1/validate/color · json · password · vat
$0.00001 – $0.0005 / call
Generate 8 endpoints
/v1/generate/slug
/v1/generate/qr
/v1/generate/uuid
/v1/generate/hash
/v1/generate/token
/v1/generate/password · avatar · lorem
$0.00001 / call
Convert 8 endpoints
/v1/convert/currency
/v1/convert/units
/v1/convert/timezone
/v1/convert/markdown
/v1/convert/encoding
/v1/convert/case · number-base · html-to-text
$0.00001 / call
Lookup 4 endpoints
/v1/lookup/postal
/v1/lookup/country
/v1/lookup/timezone
/v1/lookup/mime-type
$0.00001 / call
Parse 4 endpoints
/v1/parse/url
/v1/parse/user-agent
/v1/parse/csv
/v1/parse/date
$0.00001 / call
Analyze 3 endpoints
/v1/analyze/text
/v1/analyze/tokens
/v1/analyze/similarity
Readability · LLM tokens · String deduplication · $0.00001
Extract 1 endpoint
/v1/extract/entities
Email · URL · phone · money · date · person · org · $0.00001
Filter 1 endpoint
/v1/filter/profanity
Detect + censor profanity · $0.00001
Account 2 endpoints
/v1/account/signup
/v1/account/usage
Free · always

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. All 40 endpoints in a namespaced API. Python 3.10+, requires httpx.

Node.js / TypeScript SDK

npm install enrichr

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

Zapier App

17 actions available

Email validation, slug generation, QR codes, profanity filtering, and more — all in Zapier and Make.com.

MCP Server (Claude / Cursor)

enrichrapi.dev/llms.txt

All 40 endpoints discoverable by AI assistants. Native MCP integration for Claude Desktop and Cursor.

Priced at cost

Free tier
$0 / month
  • 1,000 calls / month
  • All 40 endpoints
  • No credit card required
  • Full API access
Enterprise
Custom
  • Volume discounts
  • Dedicated infrastructure
  • Custom endpoints
  • SLA + support
Endpoint type Price / call 1M calls costs Examples
Pure utility $0.00001 $10 slug · hash · uuid · encoding
Email / phone / IP $0.0001 $100 enrich/email · enrich/phone · enrich/ip
Text classification $0.0002 $200 classify/text
VAT / IBAN / address $0.0005 $500 validate/vat · validate/iban