v1

latestOpenAPI 3.0.22026-07-261040577.4 KB
Transcripts

Add utterance

Add a finalised utterance to a data entry's transcript and broadcast it to connected clients. If the entry has no transcript, one is created automatically. Send finalised utterances only.

post/v1/transcripts/{data_id}/utterance

Path parameters

data_idstring required

Unique identifier of the data entry.

Request body

speaker_labelstring required

Speaker label for this utterance, such as "A" or "B".

Example request

{
  "speaker_label": "A"
}

Response

200