Rate Limiting
SMO1 uses Redis-based rate limiting to protect the API.Limits
| Endpoint | Limit | Window |
|---|---|---|
| General API | 100 requests | 1 hour |
| Link creation | 50 requests | 1 hour |
| Analytics | 200 requests | 1 hour |
Headers
Rate limit information is included in response headers:Rate Limit Exceeded
When the rate limit is exceeded, the API returns:Notes
- Rate limits are per API key or per IP address
- Rate limiting requires Redis; if Redis is unavailable, rate limiting is disabled
- Different limits may apply per plan tier