Voice Recognition

Fetch user with their voice

Good to know: Only users that have been registered as part of your group would be queried during this request. The user with the highest comparable features as the image provided would be returned along with the similarity percentage.

Search Similar Voices

post
Authorizations
Body
audiostring · binaryRequired
Responses
200

Successful Response

application/json
Responseany
post
POST /api/v0/persons/authenticate-voice HTTP/1.1
Host: 
x-api-key: YOUR_API_KEY
Content-Type: multipart/form-data
Accept: */*
Content-Length: 18

{
  "audio": "binary"
}

No content

Last updated