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

# API Reference

> BounceDetector API endpoints for email verification.

## Overview

All endpoints require **API key authentication** via Bearer token. See [Authentication](/authentication) for how to send your API key.

## Verification

| Method | Endpoint                                              | Description               |
| ------ | ----------------------------------------------------- | ------------------------- |
| POST   | [/api/v1/verify](/api-reference/verify)               | Verify a single email     |
| GET    | [/api/v1/verifications](/api-reference/verifications) | List verification history |

## Batch

| Method | Endpoint                                                  | Description                               |
| ------ | --------------------------------------------------------- | ----------------------------------------- |
| POST   | [/api/v1/verify/batch](/api-reference/batch-create)       | Create batch verification (1–1000 emails) |
| GET    | [/api/v1/batches](/api-reference/batches-list)            | List batch jobs                           |
| GET    | [/api/v1/batches/:id](/api-reference/batch-get)           | Get batch results                         |
| POST   | [/api/v1/batches/:id/cancel](/api-reference/batch-cancel) | Cancel batch                              |

## Base URL

* **Production:** `https://api.bouncedetector.com`
