---
title: "Authenticity Check"
method: POST
path: "/v1/documents/quality/authenticity-check"
tags: ["Document Forensics"]
---

# Authenticity Check

`POST /v1/documents/quality/authenticity-check`

Document Authenticity Check API lets you determine whether the KYC document such as Aadhaar, PAN, Bank Cheque etc. is valid or not. It performs several checks against Photocopy, Blurriness, Templates etc. to confirm whether a document is valid or not.

## Request body

- OriginalityPayload
  - `document1` string, required
  - `document2` string
  - `document_type` integer, required
  - `is_back` integer, required

## Response `200`

Successful Response

- RESPONSEDOCUMENTORIGINALITYCHECK
  - `code` integer
  - `message` string
  - `transaction_id` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.dev/deepvue/apis/deepvue-tech-developers-guide.md) · [All operations](https://skmtc.dev/deepvue/apis/deepvue-tech-developers-guide/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deepvue/deepvue-tech-developers-guide/revisions/c1b0558e7d77/schema)
