
>95.7% Accuracy
Security
Rate Limits
Learn about JustExtract.it's rate limits and how to handle them effectively in your applications.
Overview
We implement rate limits to ensure fair usage and optimal performance for all users. These limits help prevent abuse and maintain service stability while allowing legitimate users to operate effectively.
Rate Limits
The following rate limits apply to our API endpoints on a per user basis:
Endpoint | Limit | Window | Rationale |
---|---|---|---|
/upload | 10 requests | per minute | Uploads are resource-intensive; limit bursts. |
/extract | 20 requests | per minute | Extraction may be less resource-heavy, but still needs control. |
/get-task | 60 requests | per minute | Polling endpoint; needs a higher limit for smooth UX. |
Handling Rate Limits
When you hit a rate limit, our API will return a 429 Too Many Requests
status code. Implement exponential backoff in your applications to handle these situations gracefully. For high-volume needs, contact our sales team to discuss custom rate limits.
Test in Playground
Experiment with our API and understand rate limits in a controlled environment.
Go to PlaygroundCustom Limits
Need higher rate limits? Contact us to discuss your requirements.
Contact Sales