Skip to main content
POST
Biometrics Registration

Authorizations

Authorization
string
header
required

Use Bearer {your_api_token} in the Authorization header.

Headers

Accept
string
default:application/json
Content-Type
string
default:application/json

Body

application/json
image
string
required

Face image as a base64 data URI (for example, data:image/jpeg;base64,...).

username
string
required

Username or display name associated with the registered biometric.

template_id
string
required

Identifier used to categorize or group requests for tracking or reporting.

verification_id
string
required

Unique identifier for the verification request, used for traceability.

Response

200 - application/json

Biometrics registration completed successfully

status
boolean
message
string
result
object
apiRequest
object