Requests
Need more? Email support@freshtalent.ai.
The current Gateway uses an IP-based bucket, not a separate bucket per API key. Clients sharing an egress IP can share capacity; proxy routing affects which IP the Gateway sees. Do not assume rotating keys increases capacity.
Responses can include
x-ratelimit-limit, x-ratelimit-remaining, and x-ratelimit-reset (seconds until reset). On 429, honor retry-after (seconds). The limiter is not a contractual distributed quota across all service replicas.
Monitoring allocation
Read the current values from Get account, rather than hard-coding plan allowances.quota.watch_slots.usedcounts distinctwatchingURLs across your organization’s Targets that are not already people in the index graph. A person on multiple Targets counts once in this organization total.proposed(Pending Approval) andexcluded(Removed) members do not count. Not every accepted person consumes allocation.includedis the plan baseline: 0 for free/Index and 1,000 for Unlimited.maxreflects the configured organization allocation, with a current fallback of 1,000; it is not necessarily equal toincluded.remainingismax(0, max - used). These reported values are not a reservation for a future request. Follow the specific operation’s response.daily_uniquesreports a limit of 100 for free/Index andnullfor Unlimited. Itsremainingis currentlynullandenforcedisfalse; the Gateway does not enforce this daily cap.
Hitting 429
Over the request cap returns429. Back off and retry. See Errors.