a9dd2afd70a1
latestOpenAPI 3.1.02026-08-041130479.2 KBFace Search
Empower your security and compliance measures with the Face Search API. This robust API enables you to identify individuals by submitting a human face image file (PNG or JPG) via POST request. The API will search its extensive database for matches, returning a unique verify_id for the submitted image. Once the verification process is complete, you can retrieve the results using the check_status API call. This powerful tool can be used to enhance identity verification, prevent fraud, and safeguard your organization.
post/v1/face_match/match
Request body
Response
200
Example response
{
"status": 1,
"results": {
"media": [
{
"name": "Salman Khan: Relief for Salman Khan from personal court appearance",
"image": "https://static.toiimg.com/photo/msid-60864740/60864740.jpg?7295",
"id": "c8dd48c2e6ab331fe162dc8392c1ae96",
"link": "http://timesofindia.indiatimes.com//city/jaipur/relief-for-salman-khan-from-personal-court-appearance/articleshow/60861504.cms",
"source": "media",
"conf": 93.94718170166016,
"score": 99.99979400634766,
"bounding_box": {
"width": 0.334197998046875,
"height": 0.4721199870109558,
"left": 0.3399600088596344,
"top": 0.20350000262260437
}
}
]
}
}