Skip to main content

Run document fraud detection on an uploaded image

POST 

/v1/fraud/detect

Run document fraud detection on an uploaded image

Request

Responses

Default Response

SDK usage

// not exposed in the v2 SDK; call POST /v1/fraud/detect directly if needed.
// not exposed in the v2 SDK.

Example

curl -X POST https://api.drukverify.com/v1/fraud/detect \
-H "Authorization: Bearer dv_sk_test_..." \
-F "image=@document.jpg" \
-F "document_type=cid"