How it Works
Upload File
Column Detection
is_file_organised is true, the API automatically detects email columnsColumn Selection (if needed)
Processing
email_column to start validationImportant 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