Validate multiple email addresses with strict mode
POST /api/email/validate/bulk/strict
Batch strict email validation with comprehensive checks. Uses RFC validation with no warnings, comprehensive DNS checks, and blocklist validation. Optimized with caching - only uncached emails are processed. Maximum 100 emails per batch.
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
Array of email addresses to validate (max 100)
Example
{ "emails": [ "invalid-email" ]}object
Array of email addresses to validate (max 100)
Responses
Section titled “ Responses ”Batch strict email validation completed successfully
object
Example
trueBatch email validation results with summary
object
Array of individual validation results
Email validation result with comprehensive checks
object
Whether the email passed all validation checks
Example
trueError message if validation failed
Array of validation warnings
Example
[]Whether result was served from cache
ISO timestamp of validation
Example
2024-01-01T12:00:00ZWhether email is identified as likely spamtrap
Spamtrap probability score (0.0-1.0)
Example
0.1object
Total number of emails validated
Example
10Number of valid emails
Example
7Number of invalid emails
Example
3Number of results served from cache
Example
4Number of emails freshly validated
Example
6Invalid request parameters
object
Example
The given data was invalid.object
Unauthorized - Invalid or missing authentication
object
Example
UnauthorizedRate limit exceeded
object
Example
Rate limit exceeded. Please try again later.Seconds until rate limit resets
Example
3600Headers
Section titled “Headers ”Seconds until rate limit resets
Maximum requests per hour
Remaining requests in current window
Internal server error
object
Example
Internal server error occurred during email validation