Welcome to Verifio

Real-time email verification API that helps you maintain clean email lists and improve deliverability.

What is Verifio?

Verifio is a powerful email verification service that validates email addresses in real-time. It checks syntax, DNS records, disposable email detection, role-based email detection, and SMTP validation to ensure your emails reach real inboxes.

Key Features

  • Real-time Verification - Verify emails instantly via API
  • Bulk Verification - Process thousands of emails in background jobs
  • Multiple SDKs - Official support for Node.js, Python, Go, and more
  • Self-hostable - Run on your own infrastructure with Docker or Kubernetes
  • Credit System - Pay-as-you-go pricing with transparent credit usage

Verification Checks

CheckDescription
SyntaxValidates email format and structure
DNSChecks if domain has valid MX records
DisposableDetects temporary/throwaway email providers
Role-basedIdentifies role addresses like info@, support@
Free ProviderDetects free email providers like Gmail, Yahoo
Typo DetectionSuggests corrections for common typos
SMTPVerifies mailbox exists without sending email

Verification States

type VerificationState = 
  | 'deliverable'    // Safe to send
  | 'undeliverable'  // Will bounce
  | 'risky'          // Might bounce
  | 'unknown'        // Could not verify

Next Steps

  1. Get your API key - Sign up at verifio.email and create an API key from your dashboard.
  2. Install an SDK - Choose your preferred language and install the official SDK.
  3. Verify your first email - Make your first API call and see the verification results.