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.
# 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"}'
pip install enrichr-sdk
Sync + async clients. All 40 endpoints in a namespaced API. Python 3.10+, requires httpx.
npm install enrichr
Native fetch. Zero dependencies. Works in Node 18+, Edge Runtime, Deno, and Bun.
17 actions available
Email validation, slug generation, QR codes, profanity filtering, and more — all in Zapier and Make.com.
enrichrapi.dev/llms.txt
All 40 endpoints discoverable by AI assistants. Native MCP integration for Claude Desktop and Cursor.
| 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 |