If you already have an API Key, you can skip to Authentication or the API reference.
Welcome
BounceDetector is an email deliverability and verification API. Use it to check whether an email address is valid, reachable, and not disposable or role-based before sending. This reduces bounces and improves sender reputation. This documentation covers only the API Key–authenticated endpoints—the ones you call from your app or scripts. You can:- Verify a single email — Check one address in real time.
- Verify in bulk — Submit a list of emails and get results as a batch job (with status polling).
- List batches and verifications — Inspect batch jobs and verification history.
Authorization header as a Bearer token.
Getting your API Key
- Sign up or log in at the BounceDetector dashboard.
- Create or join a team (API keys are scoped to a team).
- Open Settings (or Team / API Keys) for that team.
- Click Create API Key, give it a name (e.g. “Production”), and create.
- Copy the key immediately — it is shown only once. It will look like
bdt_followed by a long hex string.
Next steps
- Authentication — How to send your API key with each request.
- API reference — Full details for each endpoint (single verify, batch verify, list batches, etc.).
