Upload CSV or XLSX
Upload CSV or XLSX files for bulk email validation with automatic email column detection
How it Works
Column Selection (if needed)
Important Notes
email_column parameter, even
on the first upload. It’s particularly useful when you know the exact column
name containing email addresses.Authorizations
API key for authentication
Body
File upload with form data
The CSV or XLSX file to upload for email validation
Display name for the uploaded file
"Customer List"
Whether the file has a structured format with column headers. Set to true for files with headers, false for unorganized data.
true
Tag to categorize the file processing type. 'clean' removes invalid emails, 'validate' checks email validity, 'analyze' provides detailed email insights.
clean, validate, analyze "clean"
Name of the column containing email addresses. Optional on first upload, but required if the API returns column suggestions.
"email_address"
Response
File uploaded but requires email column selection