Skip to main content
POST
Clean and normalize fields

Supported Fields

Person Fields

Company Fields

The enrichment endpoints automatically clean inputs before matching. Use this endpoint to clean data before sending to search endpoints, which expect pre-normalized values.

Authorizations

API-Key
string
header
required

Body

application/json

Request model for batch field cleaning.

fields
Fields · object
required

Map of field names to values to clean (e.g., {'email': 'John.Doe+tag@gmail.com', 'domain': 'https://www.Google.com/about'}). Supported person fields: email, phone, full_name, first_name, last_name, state, country, social_url, school. Supported company fields: company, domain, linkedin_company_url, ticker_symbol.

default_region
string
default:US

Default region for phone number normalization (ISO 3166-1 alpha-2 code)

Response

Success - fields cleaned and normalized

Response model for batch field cleaning.

results
Results · object
required

Map of field names to cleaning results