Comment on page
Reason Codes and API Error Message
Status Code | Status Message | Description |
---|---|---|
1 | pass | Confident about the content read |
0 | manual check | Not confident about the content read, pending manual check |
Status Code | Status Message |
---|---|
1 | no signature detected |
2 | shade/background |
3 | multiple pic detected |
4 | other (unspecified) |
Status Code | Status Message | Description |
---|---|---|
404 | REQUESTED_URL_NOT_FOUND | API Route not found in request |
413 | FILE_IS_TOO_LARGE: (more than 2 MB) | The file size is too large |
416 | METHOD_NOT_ALLOWED | Method name (GET, POST) in the URL is incorrect. |
427 | LONG_TIME_TO_PROCESS | The server is processed for a long time. |
428 | LONG_TIME_TO_REQUEST | The client is waiting in the queue for a long time. |
461 | NO_FILE_ATTACHED | No file attached. |
462 | ATTACH_ONE_IMAGE_AT_A_TIME | Multiple input images |
560 | SERVER_IS_BUSY: (Please try again in a few seconds.) | Server is working on many requests. |
404
413
416
427
428
461
462
560
{
"error_message": "REQUESTED_URL_NOT_FOUND"
}
{
"error_message": "FILE_IS_TOO_LARGE: (more than 2 MB)"
}
{
"error_message": "METHOD_NOT_ALLOWED"
}
{
"error_message": "LONG_TIME_TO_PROCESS"
}
{
"error_message": "LONG_TIME_TO_REQUEST"
}
{
"error_message": "NO_FILE_ATTACHED"
}
{
"error_message": "ATTACH_ONE_IMAGE_AT_A_TIME"
}
{
"error_message": "ERVER_IS_BUSY: (Please try again in a few seconds.)"
}
Last modified 1yr ago