GET
/
spaces
/
{owner}
/
{space}
/
verifications
/
authenticity
/
{verification}
/
chunks

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

Authorizations

Authorization
string
header
required

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

Path Parameters

owner
string
required

The handle of the owner.

Required string length: 1 - 50
space
string
required

The handle of the space.

Required string length: 1 - 50
verification
string
required

The handle of the authenticity verification.

Required string length: 1 - 50

Query Parameters

page
integer
default:
1

The index of the page.

Required range: x > 1
page-size
integer
default:
20

The maximum size of the pages.

Required range: 1 < x < 50
sort
enum<string>
default:
index

The field used to sort the verification chunks.

Available options:
index

Response

200 - application/json
endTime
string
required

The time when the chunk ends.

label
enum<string>
required

The label of the chunk.

Available options:
validVoice,
excessiveMusic,
excessiveNoise,
insufficientVoice
score
number | null
required

The score of the chunk.

Required range: 0 < x < 1
startTime
string
required

The time when the chunk starts.

subscores
object
required

The subscores of the chunk.