For the complete documentation index, see llms.txt. This page is also available as Markdown.

Error Lists

This page contains all of the error messages for OkayDoc

General OkayDoc Error Lists

Message
Descriptions

API_KEY_EXPIRED

Error in processing

MAX_API_CALL_EXCEEDED

Maximum API call hit

INVALID_API_KEY

Wrong apiKey

MISSING_ARGUMENT

Missing apiKey

ID Card

Message
Descriptions

Empty verification result. Suspected error during verification document.

Missing halfsized Document

Passport

Message
Descriptions

Error in verifying passport.

Error in processing

UNSUPPORTED_COUNTRY

Specific Document not supported

Empty verification result. Suspected error during verification document.

Missing half-sized Document

Sample Responses

API key expired
{
    "status": "error",
    "message": "API_KEY_EXPIRED",
    "result": null
}

Last updated