Render25 — High-performance transactional email platform. Now available.
Platform

Rate Limits

Render25 enforces rate limits on API requests and email volume to maintain platform stability and protect deliverability.

API Rate Limits

EndpointLimitWindow
POST /v1/email/send1,000 requestsper minute
GET /v1/email/logs60 requestsper minute
All other endpoints120 requestsper minute

Tip

Limits are per API key. If you need higher throughput, contact support to have your limits increased.

Monthly Volume Limits

PlanMonthly emailsMax recipients per request
Free3,00010
Starter50,00050
Growth500,00050
BusinessUnlimited100

Rate Limit Headers

Every API response includes rate limit information in the response headers:

HeaderDescription
X-RateLimit-LimitMaximum requests allowed per window
X-RateLimit-RemainingRequests remaining in current window
X-RateLimit-ResetUnix timestamp when the window resets
Retry-AfterSeconds to wait (only present when rate limited)

Handling Rate Limit Errors

When a rate limit is exceeded, the API returns a 429 Too Many Requests response. Implement exponential backoff and retry after the Retry-After interval.

Note

Sending emails in batches and using the to array (up to 50 recipients per request) is the most efficient way to stay within limits.