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

# Email Verification

> A single email verification

Verify email addresses to improve deliverability. Use these endpoints to submit an email for verification and check the verification status of a previously submitted email.

## Related schemas

* [Email Verification](/api-reference/schemas/email-verification) — field reference for email verification objects

## Endpoints

| Method | Endpoint                             | Description                        |
| ------ | ------------------------------------ | ---------------------------------- |
| POST   | `/api/v2/email-verification`         | Create email verification          |
| GET    | `/api/v2/email-verification/{email}` | Check an email verification status |
