Skip to main content
PATCH
Assign Utterance Speaker

Authorizations

Authorization
string
header
required

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

Path Parameters

rec_id
string<uuid>
required

Query Parameters

version
integer | null

The version of the transcript

Body

application/json
utterance_id
integer
required

ID of the utterance to reassign

Required range: x >= 0
new_speaker
string
required

Unique speaker identifier to assign (e.g., 'Speaker_B', 'Speaker_2', 'Speaker_1A')

Response

Successful Response