Understand API rate limits
ratelimit-limit
: The maximum number of requests allowed within the defined time window.ratelimit-policy
: Provides details on the rate-limiting rules, such as the request limit, the time window, and the enforcement strategyratelimit-remaining
: The number of requests the client can still make within the current time window before hitting the limit.ratelimit-reset
: The time in seconds when the rate limit will reset.ratelimit-reset
header to specify how long you should wait before making another request.