Skip to main content
OrbiSearch is an email validation API that tells you whether an email address is deliverable before you send to it. It checks DNS records, MX records, and mail server responses to determine whether a mailbox actually exists — without sending a real email. Use OrbiSearch to:
  • Clean email lists before a campaign to remove invalid addresses and protect your sender reputation
  • Validate email addresses at point of entry so bad data never enters your system
  • Enrich contact data with deliverability signals, email provider, and account-type flags

Quick Start

Make your first API call in minutes.

Authentication

Get your API key and authenticate requests.

Verification Statuses

Understand Safe, Risky, Invalid, and Unknown.

API Reference

Full endpoint reference and response schemas.

Verification statuses

Every email OrbiSearch verifies returns one of four statuses:
StatusMeaning
safeMailbox confirmed to exist and accept mail
riskyCannot confirm — catch-all domain or policy block
invalidMailbox does not exist; will bounce
unknownVerification failed due to a transient server issue
Each result also includes a substatus with the specific reason, a plain-English explanation, the detected email_provider, and boolean flags for is_disposable, is_role_account, and is_free.

Pricing

Each verification costs 0.2 credits. Results are cached for 24 hours — if you verify the same address twice within that window, the second request is free.