Match Bulk Face Names Endpoint

Preview step for bulk face upload: match each uploaded name against EXISTING people (org-wide, accent/typo tolerant) WITHOUT writing anything to the DB.

Body: { projectId, faces: [ { faceImageId, name } ] } Returns per-face candidates so the frontend can show a review list where the user chooses, per match: update the existing person / skip / add as new.

post/matchBulkFaceNames

Request body

object required

Response

Successful Response

{"stackTrail":"paths:/matchBulkFaceNames:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes