GET
/
spaces
/
{owner}
/
{space}
/
voiceprints
/
{identity}
/
{voiceprint}

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
identity
string
required

The handle of the identity.

Required string length: 1 - 50
voiceprint
string
required

The handle of the voiceprint.

Required string length: 1 - 50

Response

200 - application/json
alias
string | null
required

The alias of the voiceprint.

audios
integer
required

The number of audios added to the voiceprint.

computedAt
string
required

The date and time when the voiceprint was computed.

createdAt
string
required

The date and time when the voiceprint was created.

handle
string
required

The handle of the voiceprint. Is unique.

id
string
required

The UUID of the voiceprint. Is unique.

identity
object
required

The identity of the voiceprint.

minAudios
integer
required

The minimum number of audios required to compute the voiceprint.

model
string
required

The model of the voiceprint.

state
enum<string>
required

The state of the voiceprint

Available options:
notComputable,
computable,
computed
totalDuration
string
required

The total duration of the audios added to the voiceprint.

verifications
integer
required

The number of verifications of the voiceprint.