Verify whether two images match
Authorizations
Use your API key as a bearer token.
Headers
Optional UUID used for request tracing.
Body
Base64 image payload or data URL. The managed API rejects images that exceed the active byte, request-size, or decoded pixel safety limits before forwarding work to the model runtime.
Base64 image payload or data URL. The managed API rejects images that exceed the active byte, request-size, or decoded pixel safety limits before forwarding work to the model runtime.
Approved model name from the current allowlist. For /verify and /represent, omitted, blank, or overlong values are treated as absent and the gateway injects the active default model.
200"Facenet"
Optional detector backend from the current allowlist. When the active detector misses a face, the service may retry configured fallback detectors before returning no_face_detected.
"opencv"
Optional DeepFace normalization mode.
cosine, euclidean, euclidean_l2 "cosine"