Your first email detection check
Create a key with email:detect, call the detect API, and read the main response flags.
Loading article…
This walkthrough takes you from a dashboard key to a successful detect response. Deep field semantics live in the email detection overview.
email:detect scope.Scope reference: API key scopes.
curl -sS -H "Authorization: Bearer YOUR_API_KEY" \
"https://api.emailguard.co/api/v1/emails/detect?email=user%40example.com"Use your real API host if it differs. Prefer an official SDK client in production.
A successful response includes syntax validation, a normalized address, and boolean flags such as disposable, role, public domain, and relay. Full schema: Detect email characteristics.
Retry-After. See API rate limiting.