v1

latestOpenAPI 3.0.22026-07-261040577.4 KB
Transcripts

Set transcript from download URL

Create or replace a data entry's live transcript by fetching a Recall async transcript JSON from download_url, mapping participant names to speaker labels, and writing the result in a single commit. Broadcasts the change to connected clients. Returns 400 if the URL is unsafe, unreachable, or the payload cannot be mapped. Returns 409 if the transcript is already wrapped in an audio/video block (media has been attached).

put/v1/transcripts/{data_id}

Path parameters

data_idstring required

Unique identifier of the data entry.

Request body

download_urlstring uri required

HTTPS URL of a Recall async transcript JSON download (media_shortcuts.transcript data.download_url). The server fetches, maps speakers, and replaces the live transcript.

Example request

{
  "download_url": "https://example.com/transcript.json"
}

Response

200