Perform liveness check on an image

Perform liveness check on an image

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The client specified id of the transaction. Object of type string.

Query Params
string

The callback address, where the result will be sent when available. Object of type string/uri.

Body Params

The details of image to be checked, must be a valid data URI

The request body for the liveness check endpoint

string
required

The photo data URI

string
enum
required

The verification type

Allowed:
Headers
string
required

Message authentication code (MAC) to verify the integrity of the message gotten by hashing the data with the client's HMAC secret key.Base 64 encoded string of the SHA256 hash of the request body + API key

Example:
Base64.getEncoder().encodeToString(SHA512(request body + API key))

string
required

The Authorization header contains the authentication scheme and a token that authenticates the client to the server

string
required

The Accept header is used to specify the media type of the response. The media type is a string of characters that identifies the type of data contained in the response. The media type is used to indicate the type of data that is expected to be returned by the server.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*