Skip to content

Fender API

Lightweight detection endpoints to keep junk, throwaways, and abuse out of your product.

The Fender API is a set of small, fast HTTP endpoints you can drop into signup, checkout, and messaging flows. Today the disposable email endpoint is live and free to try — no signup required. More endpoints are on the way.

Disposable email

Detect throwaway / temporary email domains. Live now. Read the docs →

Email risk

0–100 risk score for any address, with a signal breakdown. Live now. Read the docs →

NSFW content

Flag adult / NSFW domains. Coming soon.

More

Email validation, phishing URLs, category blocking. Coming soon.

  • Try instantly. Anonymous requests are rate limited (30/min) so you can test without an account.
  • Create an account with Firebase to mint API keys and get higher limits.
  • One base URL. Everything lives under https://api.fender.ai.
Terminal window
curl "https://api.fender.ai/v1/disposable?email=test@mailinator.com"
{
"input": "test@mailinator.com",
"domain": "mailinator.com",
"disposable": true,
"matched": "mailinator.com",
"reason": "domain_on_blocklist"
}