Validate one or more email addresses for syntax, domain, deliverability, and SMTP checks
This endpoint validates email addresses using two different methods: direct email validation or file-based validation. You can either provide individual email addresses or reference a previously uploaded file.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.
Choose Validation Method
For File-Based: Upload File First (Optional)
file_idemails OR file_id, but
not both in the same request.API key for authentication
Email validation request payload
Array of email addresses to validate (required for direct validation)
["test@example.com", "user@domain.com"]ID of the uploaded file (obtained from file upload response) - required for file-based validation
740
Validation options
Tag for categorizing the file processing type (required when using file_id)
clean, validate, analyze "validate"