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

id
string
required

The UUID of the verification. Is unique.

handle
string
required

The handle of the verification. Is unique.

alias
string | null
required

The alias of the verification.

type
enum<string>
required

The type of the verification.

Available options:
identity,
authenticity,
message
state
enum<string>
required

The state of the verification.

Available options:
performing,
performed,
error
model
string
required

The model of the verification.

audio
object | null
required

The audio of the verification.

score
string | null
required

The score of the verification.

createdAt
string
required

The date and time when the verification was created.

performedAt
string
required

The date and time when the verification was performed.