We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c895f6 commit 4a052eaCopy full SHA for 4a052ea
1 file changed
index.html
@@ -213,11 +213,11 @@ <h2 id="response-codes">Response Codes and Errors</h2>
213
<h2 id="rate-limits">API Rate Limits</h2>
214
215
<p>
216
- The API enforces a rate limit of 10 requests per second across all endpoints.
+ API allows up to 10 requests per second across all endpoints.
217
</p>
218
219
220
- When the rate limit is exceeded, the API responds with status code <code>429</code>.
+ If this limit is exceeded, the API will return a <code>429</code> response.
221
222
223
<h2 id="get-tools">GET /tools</h2>
0 commit comments