Log in Sign up

Best practices for handling API rate limits

0 replies
0
S
StaqOn Official @7461r1001 Sep 13, 2026

The API enforces two real limits per key: a per-minute limit and a per-day limit. If you go over either, you'll get a 429 response with a Retry-After header telling you exactly how many seconds to wait before retrying. The cleanest approach is to respect that header directly rather than guessing your own backoff — it's calculated from your actual request window, so it's accurate.

No replies yet.
Room guidelines
Keep it professional, avoid confidential data, stay on topic, and be respectful. Read the full guidelines.
Before your first post

Community guidelines

This is a public forum. Anything you post can be read by anyone, including people outside your workspace and search engines.

1
Keep it professional
Assume colleagues, customers, and strangers are reading.
2
No confidential data
Don't post tokens, workspace IDs, customer names, or internal links.
3
Stay on topic
Post in the room that matches your question.
4
Be respectful
Disagree with ideas, not people.