v1
latestOpenAPI 3.0.22026-07-261040577.4 KBTranscripts
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
Example request
{
"speaker_label": "A"
}Response
200