Skip to main content
OmniVerifier API

Welcome to OmniVerifier

The OmniVerifier API provides powerful email verification capabilities with a simple, RESTful interface.

API Playground

Try our interactive API playground to test endpoints directly in your browser

Authentication

All API endpoints require authentication using an API key. Include your API key in the x-api-key header with every request. For example,
curl -H "x-api-key: YOUR_API_KEY" \
     https://api.omniverifier.com/v1/validate/credits
You can get your API key from the OmniVerifier Dashboard

Response Format

All responses are returned in JSON format. Check the detailed documentation available for each endpoint for specific details. For example:
{
  "results": [...],
  "processed": 3,
  "user_id": 2
}

Getting Started

  1. Get your API key from the OmniVerifier Dashboard
  2. Check your credits using the Credits endpoint
  3. Start verifying single emails or bulk email lists