ID Forgery
ID Forgery solution detects and identifies whether the image on the document is digitally forged or not.
Steps to Install and Run the ID Forgery Docker
Step 1:
Pull AccuraFacematch Docker image using the command docker pull accurascan/idforgery:<latest tag>
Step 2:
Run the docker by using the command: sudo docker run -dp {Port-you-want-docker-to-run-on}:80 –restart=always accurascan/idforgery:<latest tag>
Step 3:
Upload your license accessing "https://<yourdomain:port>" using a browser, Example is shown in the image below.

Step 4:
Use “https://yourdomain:port/api” (POST request) to access the API, an example post request is shown below.
POST
https://yourdomain:port/api
Request Body
Name
Type
Description
input_image*
file
Upload your image file

Last updated