> ## Documentation Index
> Fetch the complete documentation index at: https://docs.verisoul.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

The Email Intelligence API lets you submit one or more email addresses and receive a comprehensive risk assessment. Results are delivered via webhook and are always available in the [Dashboard](https://dashboard.verisoul.ai). It is designed for offline, asynchronous use cases where you need deep analysis before making a decision about an email.

<CardGroup cols={2}>
  <Card title="Risk Scoring" icon="gauge-high">
    Get a single risk score from **-1** (high trust) to **1** (high risk) along with a decision label.
  </Card>

  <Card title="Deliverability" icon="envelope-circle-check" href="/email-intelligence/deliverability-risk">
    Know if an email is deliverable before you send, with a clear recommendation: **send**, **send\_with\_caution**, or **do\_not\_send**.
  </Card>

  <Card title="Breach Intelligence" icon="shield-exclamation">
    See how many data breaches an email appears in, which breaches are from trusted sources, and the full breach history.
  </Card>

  <Card title="Identity Intelligence" icon="fingerprint">
    Optionally verify the person behind an email — discover online presence, match provided name and phone claims, and surface connected identities.
  </Card>

  <Card title="Domain Classification" icon="globe">
    Automatically classify domains as personal, business, education, government, disposable, relay, or not active.
  </Card>

  <Card title="Email Features" icon="envelope">
    Analyze email characteristics including age, username patterns (likely generated, no-reply, role accounts), and online history.
  </Card>
</CardGroup>

## Identity Intelligence

For customers doing account creation, onboarding, or high-value transactions, The Email Intelligence API offers an optional **Identity Intelligence** layer that goes beyond email-level signals.

When enabled, Verisoul performs deeper identity analysis:

* **Online Presence** — discover which platforms an email is registered on (Google, Facebook, LinkedIn, etc.)
* **Name & Phone Verification** — match provided claims (name, phone, country) against identity data linked to the email
* **Connected Identities** — surface names, phone numbers, and countries associated with the email across data sources

<Card title="Learn more" icon="arrow-right" href="/email-intelligence/identity-intelligence">
  See the full Identity Intelligence guide for details on claims matching, returned fields, and batch usage.
</Card>

## How It Differs from Real-Time Email Scoring

Verisoul's `/session/authenticate` endpoint provides email risk context as part of a real-time session and account. The Email Intelligence API provides richer signals and is purpose-built for standalone email decisions.

|                           | Real-Time (Authenticate) | Email Intelligence API                      |
| ------------------------- | ------------------------ | ------------------------------------------- |
| **Use case**              | Inline session scoring   | Standalone email analysis                   |
| **Delivery**              | Synchronous response     | Asynchronous webhook                        |
| **Identity Intelligence** | Not available            | Optional deep identity analysis             |
| **Claims matching**       | Not available            | Per-email name, phone, country verification |
| **Batch support**         | No                       | Up to 1,000 emails per request              |

## Get Started

<Card title="Integration Guide" icon="rocket" href="/email-intelligence/integration">
  Step-by-step instructions for configuring your webhook, submitting emails, and processing results.
</Card>
