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. A transcript with no
usable speech writes a "no speech detected" transcript and returns
200 with written: 0, so media can still be attached. Returns 400
if the URL is unsafe, unreachable, or the payload cannot be read.
Returns 409 if the transcript is already wrapped in an audio/video
block (media has been attached).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique identifier of the data entry.

Body Params

Body

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.

uri
length ≤ 2048

Optional HTTPS meeting join URL from the companion recording client (e.g. Zoom/Meet/Teams window URL). Used server-side to match a cached calendar meeting and link matching attendees to transcript speakers.

string

Optional ISO 8601 wall-clock time of the recording (e.g. when the companion session started). Used with join_url to match the correct near-term calendar meeting when the upload is delayed. When omitted, the server uses request arrival time.

uri

Optional HTTPS URL of a Recall mixed MP4 download. Accepted for forward compatibility; the server does not download or attach video from this field yet.

Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json