On-device face recognition, anti-spoofing & vector search service.
/api/v1/enroll
Enroll a face. Multipart fields: photo (file), person_id, scope, label.
/api/v1/identify
Identify face in image. Multipart fields: photo (file), event, threshold.
/api/v1/verify
1:1 face comparison. Multipart fields: photo_a (file), photo_b (file).
/api/v1/registry/records/:record_id
Unregister a face record by numeric ID.