Everything you need to validate emails at scale with accuracy and speed.
Upload large CSV files and process emails in the background with real-time progress tracking.
Instant email validation via REST API with comprehensive checks and detailed results.
Queue large validation jobs and process them efficiently with progress tracking.
Syntax, MX records, disposable domains, role-based emails, and DNS blacklist checks.
Detailed statistics, usage tracking, and export capabilities for all validation results.
RESTful API with Swagger documentation, webhooks, and comprehensive error handling.
Get started with our comprehensive REST API in minutes.
POST /api/validate
curl -X POST https://api.epekdigital.com/api/validate \
-H "x-api-key: your-api-key" \
-H "Content-Type: application/json" \
-d '{
"emails": ["[email protected]", "[email protected]"],
"enableSmtpCheck": false
}'