---
title: "Instant Verify"
method: POST
path: "/email_verify/instant"
tags: ["Email Verify"]
---

# Instant Verify

`POST /email_verify/instant`

Instant verification API can be seamlessly integrated into your signup or onboarding process with just a single request. Use this API to verify Email Address without going through queue

## Request body

- VerifyEmail
  - `email` string, required
  - `timeout` integer — Request wait time (in milliseconds), Maximum allowed wait time should not exceed 180,000 milliseconds

## Response `200`

OK

- union
  - InstantVerifySuccessResponseType
    - `status` string — Response Object status
    - `data` object
      - `email_address` string
      - `safe_to_send` string
      - `status` string
      - `verified_on` string
      - `time_taken` integer
      - `sub_status` object
        - `code` integer
        - `desc` string
      - `detail_info` object
        - `mx_record` string
        - `smtp_provider` string
        - `account` string
        - `domain` string
      - `disposable` string
      - `free` string
      - `role` string
      - `gibberish` string
      - `suggested_email_address` string
      - `profile` string
      - `bounce_type` string
  - InstantVerifyFailureResponseType
    - `status` string
    - `error` object
      - `code` integer
      - `message` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `429` — Too Many Requests
- `503` — Service Unavailable
- `524` — A Timeout Occurred

---

[API](https://skmtc.net/clearout/apis/clearout-openapi.md) · [All operations](https://skmtc.net/clearout/apis/clearout-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clearout/clearout-openapi/versions/e9bdd90a5e76/schema)
