Plans & limits

Quotas, rate limits, and API errors when you exceed plan entitlements.

Default catalog (USD)

PlanPriceMonthlyDailyOverage
Free$0/mo3,000100
Pro$20/mo50,000No daily cap$1 / 1,000

Live quotas may differ if your operator overrides plan_limits in MongoDB. Use GET /billing/usage with your session or inspect the Billing screen after login.

When you hit a limit

POST /emails returns HTTP 429 when the daily send cap is exhausted, and HTTP 402 when the monthly cap is exceeded. Both include a detail field in JSON. Upgrade via Billing or wait for the period to reset.

Rate limiting

Send endpoints are rate-limited per API key or session (default 60 sends/minute, configurable). Per-minute overages return HTTP 429 with a Retry-After header. Back off with exponential retry.

Pricing page

Marketing pricing in USD: /pricing.

Documentation

Integrate with the REST API

Quickstart, API reference, and webhooks—everything you need to send from your app.