Face Enroll

פרמיום
Verified
על ידי PresentID | מְעוּדכָּן 4 months ago | Visual Recognition
פּוֹפּוּלָרִיוּת

7.9 / 10

חֶבִיוֹן

1,650ms

רמת שירות

100%

סקירה כללית של Face Enroll

תקרא אותי

Enroll by face

PresentID Face Enroll API allows you to register your users for future authentication. This API stores two image files along with the user’s personal information. Before saving, it is checked whether these two images belong to one person or not so allows you to authenticate your user face image and personID.

Features

  • Accuracy is %99.76 on the LFW face verification dataset, a very popular benchmark.
  • Less than 500 milliseconds processing time.
  • Android, iOS, Windows, Mac.

Use Cases

  • Access Control
  • Onboarding
  • Fintech
  • Car sharing & Taxi
  • Online Brokers
  • Health Care
  • Dating Apps
  • Customer Support

Rules & Restrictions

  • Image size should not exceed 8 MB
  • Also, the images should not be larger than 5000 pixels and smaller - than 50 pixels

Parameters

photo1: file (binary) Your user first photo [required]
photo2: file (binary) Your user second photo [required]
email: string Your user email [required]
group: string You can categorize your users [required]
first name: string Your user first name [optional]
Lastname: string Your user last name [optional]
mobile: string Your user phone number [optional]

Json Result

{
	"statusCode":200,
	"statusMessage":"OK",
	"details":NULL,
	"hasError":false,
	"data":{
		"personID":"585AF702-1A33-464B-9636-DE87E009F7D2"
	}
}

> After calling the API, save the personID field value to be used in the login step.


Login by face

The face login API allows the user to authenticate by sending the face and personID. The parameters must be submitted in multipart form. The API is called by POST method.

###Parameters
photo: file (binary) Your user photo [required]
personID: string (GUID) Your unique user ID that you received from the Face Registration API. [required]

Json Result

{
	"statusCode":200,
	"statusMessage":"Login Successfully.",
	"hasError":false,
	"data":
	{
		"firstName":"",
		"lastName":"",
		"personId":"585af702-1a33-464b-9636-de87e009f7d2",
		"isLogin":true
	}
}

If the value of the isLogin field is true, the submitted image matches the registered user.

עוקבים: 38
אֶמְצָעִי:
אתר מוצר
יוצר API:
Rapid account: Present ID
PresentID
PresentID
היכנס כדי לדרג את ה- API
דירוג: 5 - הצבעות: 1