Versions

Recommended/Latest version is always placed at the top of the page. (v2 for OkayFace)

Search Face - V1

Search Face API - V1

POST http://okayfacesearchdemo.innov8tif.com/v1/facesearch/search-faces

Headers

NameTypeDescription

Authorization*

String

The access token is valid for 10 minutes and retrieve this from Get Token API

Request Body

NameTypeDescription

api_key *

string

To be assigned by Innov8tif

data*

string

Please refer to "How to encrypt and decrypt data page"

Encrypt the following parametr

1) person_id (string) (ID Number/unique of the person)

2) person_name (string) (name of the person)

3) image (string) (Base64 string of the selfie image)


Encrypted Form
{
    "success": true,
    "data": "4oCmb8Y4Uk7OKAyKpHVynZLiDSB4ULjo97zAiX/Wb2koDsvyaMIvI2hF+0Ml+U6y/XT8IOGERGAYuQvRLwe1l5lRiDGEsn0FBV5OyMXqftG78W7LA0GscS9iqCkfhVhc"
}

Decrypted Form
{
   "success":true,
   “data”: 
   {
       {"status_code":1,"status_message":"Successfully fetched the result","FaceNum":448,"FaceModelVersion":"3.0","RequestId":"74e971ad-6a59-4564-9e9a-b0688069380e","face":[{"account_source":"Innov8tif","image":"data:image\/jpeg;base64,","match_result":100,"person_id":"000000-07-01","blacklist":"Y"}],"status":"Found And Match"}
    }
}



Postman Collection

Last updated