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

Persisted fraud result. Canonical rows obey the full decision truth table. Explicitly marked legacy rows preserve historical non-clean decisions because their original evidence was not stored. Legacy rows can never become clean.

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"