Core concepts
Rate limits.
300 requests/minute per API key, plus a coarser per-IP limit ahead of authentication.
A 429 comes with standard RateLimit-* headers — respect RateLimit-Reset and back off. The error body is rate_limited (see Errors).
If your integration legitimately needs more, talk to us.