Welcome to the Face Id Demo Guide! We’ve designed this guide to help you get the most out of our advanced FACE ID services. Whether you’re just starting out or exploring new features, this guide will make your experience smooth and straightforward. Let’s get started.

Quick Start Guide

1

Click Start Demo

Start Demo

2

Entering Your Collection ID and API Key

Request Collection Id & API key here

3

Add Face Id

1

Enter your name

Enter your name in Username Input Field
2

Capture face image

Use your device’s camera to capture the face image you wish to add, then click the ‘Capture’ button.
3

Add to Collection

Click “Save” to add your face image to the collection, or click “Recapture” to retake the photo.
4

Storing your face in the collection

Be sure to keep track of your faceId and associated name, as you’ll need these to search for or delete your face ID in the future.
Once your face is added and stored in a collection, the system will return a JSON object with the following details:
{
  "message": "success",
  "faceId": "{{faceId}}",
  "metaFaceID": "{{metaFaceId}}"
}
4

Search Face

1

Enter request name

Input the name of the individual whose face you want to search.
2

Capture Face ID

Capture the face image associated with the face ID you wish to use for the search.
3

Processing a Face Search Request

After entering the request name and capturing a face, the system will process the query and return a JSON object containing the following details:
{
  "message": "success",
  "searchId": "{{searchId}}",
  "requestName": "{{requestName}}",
  "faceIdList": [
    "{{faceId1}}",
    "{{faceId2}}",
    "{{faceId3}}"
  ]
}
5

Delete Face

Enter the face ID you were provided when you added your face in steps 3-4. Click the “Delete Face ID” button to remove that face from your collection. Once confirmed, the face will be successfully deleted from your records.