v1

latestOpenAPI 3.0.22026-07-261040577.4 KB
Transcripts

Attach audio

Attach an already-uploaded audio file to the live transcript on a data entry. The transcript node currently being written to via appendLiveTranscriptUtterance or setLiveTranscript is wrapped in an audio/video block carrying the supplied file_id, giving the editor audio playback + transcript-sync.

Idempotent for the same file_id (returns 200). Returns 409 if the transcript is already wrapped with a different file_id. Returns 404 if the data entry does not exist.

post/v1/transcripts/{data_id}/audio

Path parameters

data_idstring required

Unique identifier of the data entry.

Request body

file_idstring required

ID of an already-uploaded audio file to attach.

Response

200

dataobject required