Documentation Index
Fetch the complete documentation index at: https://docs.unleeshed.ai/llms.txt
Use this file to discover all available pages before exploring further.
Rate Limit Tiers
| Tier | Requests/Hour | Burst/Minute |
|---|---|---|
| Standard | 1,000 | 100 |
| Premium | 5,000 | 500 |
Contact your account manager to upgrade to Premium tier.
Rate Limit Headers
All responses include rate limit information:| Header | Description |
|---|---|
X-RateLimit-Limit | Maximum requests per hour |
X-RateLimit-Remaining | Requests remaining in current window |
X-RateLimit-Reset | Unix timestamp when limit resets |
Rate Limit Response
When rate limited, you’ll receive a429 response:
Best Practices
Implement exponential backoff
Implement exponential backoff
Cache persona data
Cache persona data
Persona profiles rarely change. Cache them for 1 hour:
Batch operations
Batch operations
Send topics to multiple personas in one request instead of multiple requests:
Monitor usage
Monitor usage
Track your rate limit usage:
Endpoint-Specific Limits
Some endpoints have additional limits:| Endpoint | Limit |
|---|---|
POST /topics | 100/hour |
GET /personas | 1000/hour |
GET /topics/{id} | 1000/hour |
Need Higher Limits?
Contact partners@unleeshed.ai to discuss:- Premium tier upgrades
- Enterprise custom limits
- Dedicated infrastructure