Verifications are performed on audios to analyze and measure certain characteristics, which vary depending on the type of verification.

The generic verifications endpoint provides a unified view of all the different types, displaying only their common fields.

Access: To manage a verification, you must have access to its space.

Isolation: Verifications can only interact with resources inside its space.

Model: The analysis of the relevant characteristics is powered by a specific version of a verification model.

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

Types

Fields

alias
string | null
required

The alias of the verification.

audio
object | null
required

The audio of the verification.

createdAt
string
required

The date and time when the verification was created.

handle
string
required

The handle of the verification. Is unique.

id
string
required

The UUID of the verification. Is unique.

model
string
required

The model of the verification.

performedAt
string
required

The date and time when the verification was performed.

score
number | null
required

The score of the verification.

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

The state of the verification.

Available options:
performing,
performed,
performedWithoutScore,
error
type
enum<string>
required

The type of the verification.

Available options:
identity,
authenticity,
message