Skip to main content

Single-best-match against the registered gallery

POST 

/v1/face/dedupe

Single-best-match against the registered gallery

Responses

Default Response

SDK usage

d, err := client.Face.Dedupe(ctx, ekyc.FaceDedupeRequest{
Image: bytes.NewReader(b), Filename: "probe.jpg",
})
final d = await sdk.face.dedupe(image: b, filename: 'probe.jpg');

Example

curl -X POST https://api.drukverify.com/v1/face/dedupe \
-H "Authorization: Bearer dv_sk_test_..." \
-F "image=@probe.jpg"