Validate person or company data
Utilities
Data Validation
Validate person and company data format and get suggestions before sending to search or enrich endpoints.
POST
Validate person or company data
Documentation Index
Fetch the complete documentation index at: https://www.datalegion.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
How It Works
Pass any combination of person or company fields and receive errors, warnings, and cleaning suggestions. Use this before enrichment or search to catch formatting issues and improve match rates.Supported Fields
Person Fields
email, phone, first_name, last_name, full_name, birth_date, social_url, school, address, state, country
Company Fields
company, domain, ticker_symbol, linkedin_company_url
Response
The response includes three sections:| Section | Description |
|---|---|
errors | Fields with invalid format that will likely fail matching |
warnings | Fields with potential issues that may reduce match quality |
suggestions | Cleaned versions of fields that could improve matching |
Authorizations
Body
application/json
Request model for data validation.
Response
Success - validation completed