Skip to main content
POST
Analyze up to 50 emails

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
emails
string[]
required

Up to 50 emails per request. Each item consumes one request-unit.

Required array length: 1 - 50 elements
options
object

Response

Batch result (per-item success/failure).

count
integer
required
success_count
integer
required
failure_count
integer
required
results
object[]
required
metadata
object