Skip to main content
Sweetr Docs home page
Search...
⌘K
Login
Get Started
Get Started
Search...
Navigation
Overview
Rate Limits
Sweetr
API Reference
Repository
Give Feedback
Overview
Introduction
Authentication
Rate Limits
Deployments
POST
Create Deployment
On this page
Handling rate limits
Overview
Rate Limits
Understand the rate limits applied to the Sweetr API.
All API endpoints are rate limited to
100 requests per minute
, scoped to your API key. Requests that exceed the limit receive a
429 Too Many Requests
response.
Handling rate limits
If you hit a rate limit, wait before retrying. The recommended approach is exponential backoff: wait 1 second, then 2, then 4, and so on.
Authentication
Create Deployment
⌘I