Skip to main content
POST
Identify a diarized speaker as a person

Authorizations

Authorization
string
header
required

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

Body

application/json
speakerId
integer
required

Diarization speaker id from the transcript speakers[] list.

Required range: x >= 0
entityId
integer

Existing person entity id. Either entityId or name is required.

name
string

Propose a person not in the index yet — reuses an existing same-name person or creates a provisional one. Either entityId or name is required.

Required string length: 1 - 120
revision
string

Response

Success