Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(api): clarify that only lemur requests are rate limited #124

Merged
merged 1 commit into from
Sep 17, 2024
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
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
Loading