Search among face entities
POST {{protocol}}://{{service}}.{{region}}.{{base_url}}/api/v1/entities/faces/search
Search the most similar face entities from the largest face from an uploaded image among a specific range. Only face entities with the same model can be searched.
RESPONSES
status: OK
{"count":1,"maxFaces":1,"threshold":0,"entitiesFound":[{"similarityScore":0.9956,"uuid":"12345678-16fe-4773-86c2-db1c0077544f","model":"JCV_FACE_K25000","collection":"tokyo","key":"0112358","metadata":[{"name":"name","type":"string","value":"John"},{"name":"age","type":"integer","value":27},{"name":"male","type":"boolean","value":true},{"name":"point","type":"float","value":10.5}],"createdAt":"2022-07-04T00:00:00Z","updatedAt":"2022-07-04T00:00:00Z","expiresAt":"3000-01-01T08:00:00Z"}]}