Document Check
The Document Check API allows you to verify the authenticity of user-submitted documents in real time. This endpoint processes document images or data, runs validation checks, and returns a response indicating whether the document is valid, expired, or potentially fraudulent.
Create a new user
POST
{{BASE-URL}}/verification/external/document/check
Headers
Name
Value
Content-Type
application/json
api-key
<api key from your portal>
Body
Name
Type
Description
country
string
document country
id_type
string
government-id or generic-id
image
string
base64 image of document
Response
Last updated