Array [
]
The UUID of the authenticity verification. Is unique.
string<uuid>00000000-0000-0000-0000-000000000000The handle of the authenticity verification. Is unique.
string<handle>verification-aThe alias of the authenticity verification.
string,null<alias>Verification AThe state of the authenticity verification.
VerificationState (string)Possible values: [performing, performed, performedWithoutScore, error]
performedThe mode of the authenticity verification.
VerificationMode (string)Possible values: [restApi, websocket]
restApiThe model of the authenticity verification. See authenticity verification models.
phone/v1audio
object | null
required
The audio of the authenticity verification.
The handle of the audio. Is unique.
string<handle>audio-aThe alias of the audio.
string,null<alias>Audio AThe state of the audio.
AudioState (string)Possible values: [avaitingFile, available, notAvailable]
availableThe duration of the audio.
string<duration>PT3.500SThe voice duration of the audio.
string<duration>PT3.500SThe score of the authenticity verification. This field is deprecated, use
scores.synthesis
number,null<float>Possible values: >= 0 and <= 1
0.85subscores
object
deprecated
The subscores of the authenticity verification. This field is deprecated, use scores instead. Only returned for the default and telephone models.
The optional synthesis subscore of the authenticity verification. This field is deprecated, use
scores.synthesis
number,null<float>Possible values: >= 0 and <= 1
0.85The optional replay subscore of the authenticity verification. This field is deprecated.
number,null<float>Possible values: >= 0 and <= 1
0.85scores
object
required
The scores of the authenticity verification.
The synthesis score of the authenticity verification.
number,null<float>Possible values: >= 0 and <= 1
0.85chunks
object[]
required
The list of chunks of the authenticity verification.
The time when the chunk starts.
string<duration>PT0SThe time when the chunk ends.
string<duration>PT3.500SThe label of the chunk.
VerificationChunkLabel (string)Possible values: [validVoice, excessiveMusic, excessiveNoise, insufficientVoice]
validVoiceThe duration of the chunk.
string<duration>PT3.500SThe voice duration of the chunk.
string<duration>PT3.500SThe score of the chunk. This field is deprecated, use
scores.synthesis
number,null<float>Possible values: >= 0 and <= 1
0.85subscores
object
deprecated
The subscores of the chunk. This field is deprecated, use scores instead. Only returned for the default and telephone models.
The optional synthesis subscore of the chunk. This field is deprecated, use
scores.synthesis
number,null<float>Possible values: >= 0 and <= 1
0.85The optional replay subscore of the chunk. This field is deprecated.
number,null<float>Possible values: >= 0 and <= 1
0.85scores
object
required
The scores of the chunk.
The synthesis score of the chunk.
number,null<float>Possible values: >= 0 and <= 1
0.85The date and time when the authenticity verification was created.
string<date-time>2023-01-01T00:00:00.000000ZThe date and time when the authenticity verification was performed.
string<date-time>2023-01-01T00:00:00.000000Z{
"id": "00000000-0000-0000-0000-000000000000",
"handle": "verification-a",
"alias": "Verification A",
"state": "performed",
"mode": "restApi",
"model": "phone/v1",
"audio": {
"handle": "audio-a",
"alias": "Audio A",
"state": "available"
},
"duration": "PT3.500S",
"voiceDuration": "PT3.500S",
"scores": {
"synthesis": 0.85
},
"chunks": [
{
"startTime": "PT0S",
"endTime": "PT3.500S",
"label": "validVoice",
"duration": "PT3.500S",
"voiceDuration": "PT3.500S",
"scores": {
"synthesis": 0.85
}
}
],
"createdAt": "2023-01-01T00:00:00.000000Z",
"performedAt": "2023-01-01T00:00:00.000000Z"
}