Auther Check

FREEMIUM
By Yuriy Holuzynets | Updated a month ago | Visual Recognition
Popularity

0.1 / 10

Latency

674ms

Service Level

100%

Health Check

N/A

Back to All Tutorials (2)

Auther Check API

The simplify is better!

We build a new generation human biometric authentication platform that is easy to integrate into existing applications, services, or hardware products. We’ve designed an easy-to-use REST API so integration will go smoothly!
For liveness detection and anti-spoofing, we’ve developed Auther Embedded.

Overview
This page describes the technical requirements that must be met to start using facial recognition technology in your applications and products. Please read all the sections in detail and strictly follow the requirements specified in the documentation and your integration will go quickly and smoothly. Sign-up and get a free plan for testing!

Quick start guide

To send your first request, follow the steps below. For faster and more convenient testing, we recommend using Postman. Sign-up and get the API Key to authorize your requests.

Check out the used terms in the glossary
Prepare face image that meet image requirements
Encode prepared image into Base64
All HTTP requests should be sent in a JSON format
Get API Key in the dashboard to authorize your requests
Insert the API Key into the request header
Glossary

List of terms that are used in requests and responses:

api_key - authentication token for API access
signing_key - RSA 2048 encryption public key
person_id - identifier assigned by the client for each stored face
faceImage - the input Base64-encoded image
request_id - unique transaction identifier
timestamp - current timestamp with milliseconds
code - error message
message - human-readable error description
created - date and time when person_id was created
updated - date and time when person_id was updated
sourceImage - the input Base64-encoded image
targetImage - the input Base64-encoded image
similarityThreshold - the minimum level of confidence in the face matches
similarity - similarity level of confidence that the faces match (from 0 to 100)
confidence - the confidence level that the selected images contain a face (from 0 to 100)

Image requirements

The input image as base64-encoded bytes is required. For successful preparation of the Bade64-encoded image, before you sent requests, follow the next criteria:

Prepare an image with a customer’s face in JPG/JPEG/PNG format
Image size should be no more than 30 kb
Face size on the image should be more than 80x80pixels
Encode the image for additional Base64 format
Base64-encoded image must contain less than 400 000 characters
Image verification criteria

To successfully create a person_id, the image of the person you submit for enrollment will be verified for compliance with the following criteria: