---
title: "/v1/bulk"
method: POST
path: "/v1/bulk"
---

# /v1/bulk

`POST /v1/bulk`

Initiate a bulk email verification.

## Request body

- object
  - `input` string[], required — A list of emails to verify.
  - `webhook` TaskWebhook — Optional webhook configuration for sending email verification results during bulk verification.
    - `on_each_email` Webhook — Configuration for a webhook to receive email verification results. The method will be POST, and the body will contain the email verification response.
      - `url` string, required — The URL to send the email verification results to.
      - `extra` object

## Response `200`

OK

- object
  - `job_id` integer, required — The unique ID generated for this bulk verification job. Use this `job_id` to query the progress or results of the bulk verification.

---

[API](https://skmtc.net/reacherhq/apis/reacher.md) · [All operations](https://skmtc.net/reacherhq/apis/reacher/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reacherhq/reacher/revisions/cf5b66e45849/schema)
