diff --git a/docs/developers/talent-api/rate-limits.mdx b/docs/developers/talent-api/rate-limits.mdx index 1dfcee9..cc877f7 100644 --- a/docs/developers/talent-api/rate-limits.mdx +++ b/docs/developers/talent-api/rate-limits.mdx @@ -5,13 +5,9 @@ Talent API is protected by two rate-limiting processes. -## API Key Rate Limits +## Rate Limits -- For free users, API usage is subject to 5,000 requests/month. - -## IP Rate Limits - -- Each IP address has a maximum of 25 requests in 10 seconds. +- API usage is limited to 5,000 requests/month. ## Fair Use Policy @@ -24,4 +20,4 @@ Unless explicit permission is given, the following activities are prohibited: ## Inactivity Clause -- We reserve the right to **deactivate or cancel an API Key** if it has been inactive for more than **30 consecutive days**. Inactivity is defined as **no API requests** made during this period. If your API Key is deactivated due to inactivity, you may need to request a new key or contact support for reinstatement. +- We reserve the right to **deactivate or cancel an API Key** if it has been inactive for more than **10 consecutive days**. Inactivity is defined as **no API requests** made during this period.