Voice Recognition
Fetch user with their voice
Authorizations
x-api-keystringRequired
Body
audiostring · binaryRequired
Responses
200
Successful Response
application/json
Responseany
422
Validation Error
application/json
post
/api/v0/persons/authenticate-voicePOST /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