Skip to main content

1:1 verification against a registered customer_ref

POST 

/v1/face/registrations/verify

1:1 verification against a registered customer_ref

Responses

Default Response

SDK usage

// not yet exposed in the Go SDK; call POST /v1/face/registrations/verify directly.
// not yet exposed in the Flutter SDK; call POST /v1/face/registrations/verify directly.

Example

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