🎤Voice Biometrics Authentication
This API verifies a user by comparing both their voice print and spoken phrase,and is
used each time the user attempts to log in.Voice Biometrics Authentication
PUT PUT /login-app/
PUT PUT /login-app/Query Parameters
Request Body
Name
Type
Description
{
"data": {
"status": "Login successful",
"thresholds": {
"vector_similarity": "0.91",
"phrase_similarity": "0.88"
}
},
"errors": {
"code": "",
"message": ""
}
}Request Body (RecordData)
RecordData)Example of request data:
(login_data: RecordData_app, register_data: RecordData_app, login_phrase, collection_name)
login_data: RecordData_app, register_data: RecordData_app, login_phrase, collection_name)❗Error Format
🧾 Error Codes
Last updated