developer documentationAPI2 min read

API Rate Limits & Error Codes

Understand rate limits, error codes, and error handling.

H

Hawk Site Amp

2026-08-07

AI Summary

Understand rate limits, error codes, and error handling.

API Rate Limits & Errors

Rate Limits

| Plan | Requests/Hour | |------|---------------| | Free | 100 | | Orbit | 1,000 | | Ascend | 10,000 |

Rate Limit Headers

  • X-RateLimit-Limit: Total allowed
  • X-RateLimit-Remaining: Remaining
  • X-RateLimit-Reset: Reset timestamp

Handling 429

Implement exponential backoff when receiving 429 (Too Many Requests).

Error Codes

| Status | Code | Meaning | |--------|------|---------| | 400 | bad_request | Invalid request body | | 401 | unauthorized | Missing/invalid key | | 403 | forbidden | Insufficient permissions | | 404 | not_found | Resource not found | | 429 | rate_limit | Rate limit exceeded | | 500 | server_error | Internal error |

Pro Tips

  • Use exponential backoff for 429 errors.
apirate limitserrors

Was this article helpful?

Frequently Asked Questions

What happens when I hit the rate limit?

You get a 429. Wait for reset or upgrade.

AI Citation Block

Structured for AI assistants & conversational search
Updated 4 days agoReviewed by Hawk Site Amp2 min read1 references0 citations
Quick Summary

Understand rate limits, error codes, and error handling.

Frequently Asked Questions

What happens when I hit the rate limit?

You get a 429. Wait for reset or upgrade.

Author: Hawk Site AmpReview date: 8/7/2026Last updated: 8/24/2026

Ready to optimize your website?

Run a free Hawk Scan to see exactly where your site can improve.

Run Free Scan
base44
Edit with Base44