What is BunnyBuild?
BunnyBuild provides a simple API for two security checks:- Email check — Detect if an email uses a disposable or temporary domain
- IP check — Classify an IP address by network type (hosting, residential, VPN, TOR, proxy, etc.)
Base URL
All requests go to:
https://api.bunny.build/api/v1Get your API key
- Sign up at the BunnyBuild Dashboard
- Create an API token (e.g. “Production API Key”)
- Copy the token — it starts with
sec4_and is shown only once. Store it securely.
Authentication
Security check endpoints use API key authentication only. Include the header:
X-API-Key: sec4_your_api_key