Wraps Logo
DocsHome
Reference

API Rate Limits

Rate limits for the Wraps Platform API by plan. Includes response headers and error handling.

Limits by Plan

The Wraps Platform API enforces per-minute and daily rate limits based on your plan. Limits are applied per organization using DynamoDB-backed sliding windows.

PlanPer MinutePer Day
Free50 requests1,000 requests
Starter500 requests50,000 requests
Growth2,000 requests200,000 requests
Scale5,000 requests500,000 requests

Public Endpoints

Unauthenticated endpoints (health check, public tools) use IP-based rate limiting:

ScopeLimit
Per minute per IP10 requests
Per hour per IP100 requests

Response Headers

Every API response includes rate limit headers so you can track your usage:

HeaderDescription
X-RateLimit-LimitMaximum requests allowed in the current window
X-RateLimit-RemainingRequests remaining in the current window
Retry-AfterSeconds to wait before retrying (only on 429 responses)

Successful response

Rate limited response (429)

Handling 429 Errors

When you receive a 429 status code:

  1. Read the Retry-After header for the number of seconds to wait
  2. Wait that duration before retrying
  3. Use exponential backoff if retries continue to fail

Next Steps

Error Codes

Complete reference for CLI and SDK error codes.

View Error Codes
SDK Reference

Full API reference for the Email SDK.

View SDK Reference