Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/concepts/rate-limits-and-quotas.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ API usage is subject to Flare's API rate limit.
Rate Limits are enforced **per organization**.

Calls to certain resources have differing independant limits as follows:
- Basic: 2 requests per second
- Basic: 3 requests per second
- Search: 1 request per second

For example, a user may perform a total of 3 requests per second, two basic requests and one search request.
For example, a user may perform a total of 4 requests per second, three basic requests and one search request.

Any endpoint that is not subject to basic limit will be identified as such.

Expand Down
Loading