Skip to content
← Back to Glossary
API Security Checked by Vezraa

Rate Limiting

Restricting the number of requests a client can make within a time window.

Rate limiting prevents abuse by capping requests per IP, user, or API key. Critical for auth endpoints (brute-force prevention), LLM endpoints (cost control), and public APIs. Implement with token bucket or sliding window algorithms. Return 429 on exceed.

Related Terms

See this vulnerability in the database

See if your app is vulnerable

Vezraa checks for this security issues. Scan in 25 seconds.

Rate Limiting — Security Glossary | Vezraa