Rate limiting protects the API from abuse and ensure fair usage across all clients. The rate limit is set to 100 requests every 10 seconds per IP address. When a rate limit is exceeded, the API will return aDocumentation Index
Fetch the complete documentation index at: https://developer.buildpass.global/llms.txt
Use this file to discover all available pages before exploring further.
429 Too Many Requests response.
An example response when the rate limit is exceeded:
- Implement exponential backoff in your retry logic
- Cache responses where appropriate to reduce API calls
- Contact support if you need higher rate limits for your use case