BunnyBuild provides two security check APIs. This section describes common use cases for each.

Email check API

The Email check API tells you whether an email address uses a disposable or temporary domain. Use it to:
  • Block signups from throwaway addresses
  • Reduce fake accounts and spam
  • Improve lead and contact quality
  • Enforce policy (e.g. no disposable emails for paid features)

Email check use cases

See detailed use cases and examples for the email API.

IP check API

The IP check API classifies an IP by network type (hosting, residential, mobile, VPN, TOR, proxy). Use it to:
  • Detect datacenter or VPN traffic
  • Prioritize or restrict by network type
  • Block or flag risky networks (e.g. TOR, proxies)
  • Enrich requests with provider and geo data

IP check use cases

See detailed use cases and examples for the IP API.