Email Verification API
Integrate real-time email verification into your application. Verify catch-all emails, reduce bounces, and protect sender reputation.
Why Developers Choose Enrichley
Built for engineers who need reliable, fast, and accurate email verification.
Real-Time Verification
Get instant results with our low-latency API. Average response time under 200ms for most domains.
Catch-All Detection
Industry-leading catch-all verification. Identify valid inboxes on accept-all domains with 99%+ accuracy.
Simple Integration
RESTful API with JSON responses. Integrate in minutes with any language or framework.
Scalable
10 requests per second by default. Contact us for higher throughput requirements.
Quick Start
Get your API key
Sign up for a paid plan and get your API key from the dashboard.
Make your first request
Send a POST request to the validate endpoint with an email address.
Handle the response
Parse the JSON response to get validation status and details.
api.enrichley.io/api/v1X-Api-KeyExample Request
curl -X POST "https://api.enrichley.io/api/v1/validate-single-email" \
-H "Content-Type: application/json" \
-H "X-Api-Key: YOUR_API_KEY" \
-d '{"email": "john@example.com"}'Example Response
{
"email": "john@example.com",
"status": "valid",
"is_catchall": false,
"is_disposable": false,
"is_role_based": false,
"mx_found": true,
"smtp_check": true,
"score": 95
}API Endpoints
Simple REST API with two core endpoints for all your email verification needs.
/validate-single-emailVerify a single email address and get detailed validation results including catch-all detection, disposable email check, and deliverability score.
/meCheck your account status including remaining credits, monthly allocation, and API key information. Use this to monitor usage.
Rate Limits
Need higher throughput? Contact our support team to discuss enterprise rate limits for bulk verification workflows.
Frequently Asked Questions
Ready to integrate?
Get started with 10,000 credits for $59. No credit card required to read the docs.