Skip to main content
POST
Verify By Face

Authorizations

X-Authorization
string
header
required

API key for authentication. Get Your API Key

Body

application/json
user_id
string
required

Unique identifier of your user

Example:

"user123"

registered_face_image
string<byte>
required

Base64-encoded reference image

Example:

"/9j/4AAQSkZJRgABAQEAYABgAAD..."

query_face_image
string<byte>
required

Base64-encoded real-time image captured by your application

Example:

"/9j/4AAQSkZJRgABAQEAYABgAAD..."

Response

Face verification completed

success
boolean
Example:

true

data
object