Skip to content

Commit

Permalink
docs(api): clarify that only lemur requests are rate limited
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusolsson committed Sep 16, 2024
1 parent 2a95b68 commit 5cc56fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fern/pages/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ In the rare event of a transcription failure due to a server error, you may resu

## Rate limits

To ensure the API remains available for all users, AssemblyAI limits the number of API requests you can make within a certain amount of time.
To ensure the LeMUR API remains available for all users, you can only make a limited number of requests within a 60-second time window. Only LeMUR requests are rate limited.

If you exceed the rate limit, the API will respond with a `429` status code.
If you exceed the limit, the API will respond with a `429` status code.

Some endpoints may have more restrictive rate limits. To determine the rate limit for a specific endpoint, check the response for the following headers:
To see your remaining quota, check the following response headers:

| Header | Description |
| ----------------------- | ------------------------------------------------------------------------------------------ |
Expand Down

0 comments on commit 5cc56fd

Please sign in to comment.