Skip to content

Rate limits

View as Markdown

Quotas by plan

PlanRequests / monthAPI keysLog retention
Free100124 hours
Starter1,000530 days
Pro10,0001060 days
Business100,0001090 days

Quotas reset on the 1st of each month at 00:00 UTC.

When the quota is exceeded

The API returns a 429 status with a reset_at field indicating the exact reset time:

{
"error": "quota_exceeded",
"message": "Monthly quota reached. Upgrade your plan or wait for the reset.",
"detail": null,
"reset_at": "2026-04-01T00:00:00Z"
}

Log retention

Logs are the record of past API requests visible in your dashboard. Retention varies by plan (see table above). Logs older than the retention window are automatically deleted and cannot be recovered.

Upgrading

To increase your quota or key limit, upgrade your plan from the dashboard.

Last updated: