Rate Limits
Understanding rate limits in the Pluslide API. Learn about request quotas, response headers, and how to handle 429 Too Many Requests errors.
The Pluslide API implements rate limiting to ensure fair usage and maintain service stability.
Rate Limit Overview
| Plan | Rate Limit |
|---|---|
| Free | 3 requests / 10 sec |
| Paid | 100 requests / 10 sec |
Rate limits are applied per API key. All authenticated API endpoints are subject to rate limiting.
Rate Limit Response
When you exceed the rate limit, the API returns:
HTTP/1.1 429 Too Many Requests
Retry-After: 10{
"error": "RATE_LIMIT_EXCEEDED",
"message": "Too many requests. Please wait before retrying."
}Handling Rate Limits
When you receive a 429 response, wait for the time specified in the Retry-After header before retrying.
For detailed implementation patterns including exponential backoff and request queuing, see Handle Rate Limits.
Increasing Limits
If you need higher rate limits:
- Upgrade your plan: Paid tier includes 100 requests per 10 seconds
- Contact sales: For enterprise requirements, request custom limits
- Optimize usage: Combine slides into fewer requests
Error Handling
Complete reference of error codes and responses from the Pluslide API. Includes HTTP status codes, error formats, and troubleshooting guides.
FAQ
Frequently asked questions about Pluslide's PPTX generation API. Learn about pricing, supported formats, rate limits, and template customization.
