Upload CSV or XLSX files for bulk email validation with automatic email column detection
This endpoint allows users to upload CSV or XLSX files for bulk email validation. It supports both organized files (with headers) and unorganized files, with intelligent email column detection.Documentation Index
Fetch the complete documentation index at: https://docs.sanitizeemail.com/llms.txt
Use this file to discover all available pages before exploring further.
Column Selection (if needed)
email_column parameter, even
on the first upload. It’s particularly useful when you know the exact column
name containing email addresses.API key for authentication
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"
File uploaded but requires email column selection