Extract a face embedding vector from an image URL or data URI.
Public URL or base64 data URI of the image.
The extracted face embedding.
Compare two face embeddings and return a similarity score.
First face embedding vector.
Second face embedding vector.
Optional threshold: numberMinimum similarity to consider a match (default 0.6).
Comparison result with similarity and match flag.
Provider-agnostic service for extracting face embeddings from images and comparing them for identity consistency.