Rate limits are enforced per API key based on your subscription plan.Documentation Index
Fetch the complete documentation index at: https://docs.companies.social/llms.txt
Use this file to discover all available pages before exploring further.
Limits by plan
| Plan | Requests | Window |
|---|---|---|
| Free | 100 requests | 10 seconds |
| Pro | 1,000 requests | 10 seconds |
Rate limit headers
When you receive a429 response, the following headers are included:
| Header | Description |
|---|---|
X-RateLimit-Limit | Maximum requests in the window |
X-RateLimit-Remaining | Requests remaining in the window |
Retry-After | Seconds to wait before retrying |