We don’t allow user to send infinite quantity of requests to our API. So if you exceed our limitations - you need to cooldownDocumentation Index
Fetch the complete documentation index at: https://gologin.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Our base limits:
- Free and trial plans: 300 requests per 1 minute
- Other plans: 1200 requests per 1 minute
Token invalidation on rate limit
Cloudflare protection errors
If your server IP sends too many requests, GoLogin’s Cloudflare CDN may block your IP entirely. When this happens, API responses will be HTML error pages instead of JSON, causing errors like:- Implement request rate limiting in your code
- Use exponential backoff on failures
- Avoid bursts of parallel API calls