POST
/
spaces
/
{owner}
/
{space}
/
verifications
/
identity

The platform automatically selects appropriate identity verification models for the chosen voiceprints.

The audio requirements must be met to obtain a result.

Score: Confidence in a positive result is represented by the score.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

owner
string
required

The handle of the owner.

Required string length: 1 - 50
space
string
required

The handle of the space.

Required string length: 1 - 50

Body

application/json
audio
string
required

The handle of the audio of the new identity verification.

Required string length: 1 - 50
identity
string
required

The handle of the identity of the new identity verification.

Required string length: 1 - 50
voiceprint
string
required

The handle of the voiceprint of the new identity verification.

Required string length: 1 - 50
alias
string | null

The alias of the new identity verification.

Required string length: 1 - 100

Response

201 - application/json
alias
string | null
required

The alias of the identity verification.

audio
object
required

The audio of the identity verification.

createdAt
string
required

The date and time when the identity verification was created.

handle
string
required

The handle of the identity verification. Is unique.

id
string
required

The UUID of the identity verification. Is unique.

model
string
required

The model of the identity verification.

performedAt
string
required

The date and time when the identity verification was performed.

score
number | null
required

The score of the identity verification.

Required range: 0 < x < 1
state
enum<string>
required

The state of the identity verification.

Available options:
performing,
performed,
performedWithoutScore,
error
voiceprint
object
required

The voiceprint of the identity verification.