DELETE
/
spaces
/
{owner}
/
{space}
/
voiceprints
/
{identity}
/
{voiceprint}
/
audios
/
{audio}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

owner
string
required

The handle of the owner.

space
string
required

The handle of the space.

identity
string
required

The handle of the identity.

voiceprint
string
required

The handle of the voiceprint.

audio
string
required

The handle of the audio.

Response

200 - application/json
id
string
required

The UUID of the voiceprint. Is unique.

handle
string
required

The handle of the voiceprint. Is unique.

alias
string | null
required

The alias of the voiceprint.

state
enum<string>
required

The state of the voiceprint

Available options:
notComputable,
computable,
computed
model
string
required

The model of the voiceprint.

identity
object
required

The identity of the voiceprint.

totalDuration
string
required

The total duration of the audios added to the voiceprint.

totalVoiceDuration
string
required

The total voice duration of the audios added to the voiceprint.

minAudios
integer
required

The minimum number of audios required to compute the voiceprint.

audios
integer
required

The number of audios added to the voiceprint.

verifications
integer
required

The number of verifications of the voiceprint.

createdAt
string
required

The date and time when the voiceprint was created.

computedAt
string
required

The date and time when the voiceprint was computed.