API 配额规则和错误码说明_en
更新时间:2025-12-29
API Quota Rules and Error Code Description
1. API Call Quotas and Limitation Rules
Daily Call Quota
- Total Limit: Each user can parse up to 3,000 pages per model per day.
- Over-limit Feedback: When the daily parsing volume exceeds 3,000 pages, subsequent requests cannot be processed and a 429 (Too Many Requests) error code will be returned.
Single File Processing Limit
- Page Suggestion: To avoid gateway timeout due to long processing times, it is recommended that a single file does not exceed 100 pages.
- Over-page Handling: If the uploaded file exceeds 100 pages, the API will only parse the first 100 pages; subsequent pages will be ignored.
Solution for Insufficient Daily Quota (3,000 Pages Limit)
If you have higher page parsing needs, please fill out this questionnaire to apply for a free quota increase.
2. Error Code Description
| Error Code | Description | Suggested Solution |
|---|---|---|
| 403 | Invalid Token | Check whether the token is correct, or if the URL matches the token |
| 429 | Exceeded maximum daily parsing page count | Use another model or try again later |
| 500 | Parameter error | Ensure parameter types and fileType are correct |
| 503 | Too many current requests | Please try again later |
| 504 | Gateway timeout | Please try again later |
