Skip to main content

Documentation Index

Fetch the complete documentation index at: https://lava.so/docs/llms.txt

Use this file to discover all available pages before exploring further.

Email validation and deliverability API that verifies email addresses, detects disposable domains, and scores inbox placement probability. Best for cleaning email lists before outreach, preventing bounce-backs in automated workflows, and validating user-submitted email addresses. A specialized tool for email hygiene — unlike People Data Labs or Apollo (broad enrichment), ZeroBounce focuses exclusively on email deliverability. 1 endpoint available through Lava’s AI Gateway. See the ZeroBounce API docs for full documentation.
Supports both managed (Lava’s API keys) and unmanaged (bring your own credentials) mode.

Endpoints

Validate email address

GET https://api.zerobounce.net/v2/validate?email=user@example.com — $0.02 / request
const data = await lava.gateway('https://api.zerobounce.net/v2/validate?email=user@example.com', { method: 'GET' });

Next Steps

All Providers

Browse all supported AI providers

Forward Proxy

Learn how to construct proxy URLs and authenticate requests