Voice Recognition
Fetch user with their voice
Authorizations
Body
audiostring · binaryRequired
Responses
200
Successful Response
application/json
Responseany
422
Validation Error
application/json
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