From 8901623dd328adf784d32570398164b745893a47 Mon Sep 17 00:00:00 2001 From: Tolga Dizmen <101718556+tolgadizmen@users.noreply.github.com> Date: Mon, 26 Jan 2026 14:48:33 +0000 Subject: [PATCH] Revise API rate limits and inactivity period Updated rate limits for API usage and inactivity clause. --- docs/developers/talent-api/rate-limits.mdx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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.