Common Errors#
1. Authentication (Auth)#
| Status Code | Error Code | Description |
|---|
| 401 | APIKEY_MISSING | API key is required. Please provide it in the 'Bearer {APIKEY}' format in the Authorization header. |
| 401 | APIKEY_NOT_FOUND | Invalid API key. |
| 403 | APIKEY_INACTIVE | This API key is inactive. |
2. Others#
| Status Code | Error Code | Description |
|---|
| 500 | INTERNAL_ERROR | An internal server error has occurred. |
Parsing Errors#
1. Parsing#
| Status Code | Error Code | Description |
|---|
| 400 | FILE_ERROR | An error occurred during file processing. |
| 400 | JOB_NOT_FOUND | The requested job could not be found. |
| 400 | PROCESSING_ERROR | An error occurred during document processing. |
| 400 | INVALID_REQUEST | Invalid request. |
2. Credits#
| Status Code | Error Code | Description |
|---|
| 400 | INSUFFICIENT_BALANCE | Insufficient credit balance. |
Modified at 2025-12-19 13:59:11