Skip to main content

Introduction to ClearBounce API

ClearBounce is a professional email verification API that helps you maintain clean email lists, improve deliverability, and protect your sender reputation.

Why Email Verification?

  • Reduce Bounce Rates: Invalid emails damage your sender reputation
  • Save Money: Don't pay to send to non-existent addresses
  • Improve Deliverability: Clean lists mean better inbox placement
  • Protect Reputation: Avoid spam traps and honeypots

Key Features

Real-Time Verification

Verify emails instantly via our REST API. Perfect for registration forms, checkout flows, and real-time validation.

Bulk Verification

Upload thousands of emails and verify them in batch. Ideal for cleaning existing lists.

Comprehensive Checks

CheckDescription
Syntax ValidationValidates email format according to RFC standards
MX Record CheckVerifies domain has valid mail exchange records
SMTP VerificationConnects to mail server to verify mailbox exists
Disposable DetectionIdentifies temporary/throwaway email addresses
Role-Based DetectionDetects generic addresses (info@, support@, etc.)
Catch-All DetectionIdentifies domains that accept all emails
Provider DetectionIdentifies the email service provider
Typo DetectionSuggests corrections for common domain typos

Response Data

Every verification returns rich data including:

  • Status: deliverable, undeliverable, risky, unknown
  • Reason: Human-friendly explanation for the verification result
  • Score: 0-100 deliverability score
  • Toxicity: 0-5 toxicity score
  • Provider: Email service provider (google.com, microsoft.com, etc.)
  • DNS Type: MX or A record used for verification
  • Account Status: Full mailbox or disabled account detection
  • Risk Factors: Detailed reasons for risky classifications

Getting Started

  1. Create an account at ClearBounce
  2. Get your API key from the dashboard
  3. Follow our Quick Start Guide to make your first API call

API Endpoints

EndpointMethodDescription
/api/v1/verifyPOSTSingle email verification
/api/v1/bulk/uploadPOSTUpload emails for batch verification
/api/v1/bulk/:jobIdGETCheck batch job status
/api/v1/bulk/:jobId/resultsGETDownload batch results

Need Help?