Skip to Content
API ReferenceRate Limits & Usage

Rate Limits & Usage

Rate limiting

The API allows 120 requests per 60 seconds per project. Exceeding it returns 429 rate_limited; wait for the window to pass and retry.

Plan-based access

  • Reads (GET) are available on every plan.
  • Writes (POST, PATCH, DELETE) require a paid plan Pro — on Free they return 403 forbidden.

Submission metering

POST /v1/submissions and POST /v1/feedback count toward your workspace’s monthly submission quota, shared with portal submissions:

PlanSubmissions / month
Free250
Pro10,000
Team50,000

At the cap, creates return 429 limit_reached. Paid workspaces can enable submission overage in Billing so above-quota submissions are accepted and billed per unit instead of rejected. Track consumption under Workspace Settings → Usage.

Request size

Request bodies are limited to 1 MB.

Last updated on