curl --request POST \ --url https://api.worqhat.com/api/ai/images/v2/facial-comparison \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data'
{ "data": { "matched_faces_count": 123, "unmatched_faces_count": 123, "matched_faces": [ { "similarity": 123, "confidence": 123, "quality": { "brightness": 123, "sharpness": 123 } } ], "unmatched_faces": [ "<string>" ] }, "processing_time": 123, "processing_id": "<string>", "processing_count": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object
Was this page helpful?