NormaliZer
# Normalizer API 🚀 **Normalizer API** is a REST API designed to **normalize data in a consistent, predictable, and professional way**, strictly separating each data domain (text, email, phone, etc.) into clear and well-defined endpoints. Its goal is to solve real **data quality problems**, avoiding duplicated logic across systems and simplifying integrations, ETL pipelines, iPaaS platforms, and…
NormaliZer endpoints
| Method | Endpoint | Description |
|---|---|---|
| default | ||
| POST |
📞PhoneNormalizerGlobal /v1/normalize/phone |
Normalizes phone numbers using Google's official libphonenumber library and returns them in the international E.164 format. |
| POST |
📧EmailNormalizer /v1/normalize/email |
Normalizes email addresses using strict rules, since an email address cannot contain spaces. |
| POST |
🔤TextNormalizer /v1/normalize/text |
Normalizes free text by applying common transformations such as trimming, lowercasing, and accent removal. |
NormaliZer pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | — |
|
| ULTRA | $29 / month | — |
|
| MEGA | $50 / month | — |
|