Skip to main content
POST

Authorizations

Authorization
string
header
required

First-party API key. Send the canonical key as a Bearer token:

Used on all API-client routes (/v1/analyze-email, batch, bulk, customer webhooks). Scopes (analyze, bulk, webhooks) authorize a route; the account plan authorizes premium functionality.

Headers

X-Request-ID
string

Optional client-supplied request id. The server always echoes an X-Request-ID response header; malformed/too-long values are replaced. Safe to include in support reports. Not an idempotency key.

Maximum string length: 128

Body

application/json
email
string
required

Email address to analyze. Normalized internally.

name
string

Optional subscriber name for name/email alignment.

ip
string

Optional client IP for IP reputation (Growth+ plan; soft-omitted otherwise).

industry
string

Optional industry profile key (Scale+; soft-fallback otherwise).

options
object

Response

Analysis result.

Decision-first analysis response. checks and explanation are omitted when not produced.

email
object
required
decision
object
required
metadata
object
required
checks
object

All sub-objects are optional (nullable); each is null when not run or not available on the caller's plan.

explanation
object