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

Review the message verification models to select which one to use.

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

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.

Body

application/json
alias
string | null

The alias of the new message verification.

model
string
required

The model used to perform the new message verification.

audio
string
required

The handle of the audio of the new message verification.

message
string
required

The message of the new message verification.

language
string
required

The language of the new message verification.

Response

201 - application/json
id
string
required

The UUID of the message verification. Is unique.

handle
string
required

The handle of the message verification. Is unique.

alias
string | null
required

The alias of the message verification.

state
enum<string>
required

The state of the message verification.

Available options:
performing,
performed,
error
model
string
required

The model of the message verification.

audio
object | null
required

The audio of the message verification.

message
string
required

The message of the message verification.

language
string
required

The language of the message verification.

score
string | null
required

The score of the message verification.

createdAt
string
required

The date and time when the message verification was created.

performedAt
string
required

The date and time when the message verification was performed.