Document Fraud Detection

The document fraud API utilizes machine learning models to discern whether the input image has undergone digital manipulation. This determination is achieved through a comprehensive series of forensic tests. Only natural images, captured by physical camera devices and remaining untampered, are deemed non-fraudulent.

Checkout acceptable header values to see what values we accept for each header.

Validate Document

POST /api/Fraud/ValidateDocument

Request Body

Name
Type
Description

frontImage

multipart/form-data

This should be an image file. Send image as a multi form data. This is front image of the identity document

Last updated