---
title: "Update Call Transcript"
method: PUT
path: "/call/sessions/{call_session_id}/transcript"
tags: ["call", "calls"]
---

# Update Call Transcript

`PUT /call/sessions/{call_session_id}/transcript`

Update call transcript data for a specific user.

🔒 Authorization is on the WRITER (the authenticated token), not on the
client-supplied user_id. NOTE: the client legitimately writes REMOTE
transcript entries attributed to the *other* participant (see
transcriptService.saveTranscriptEntry / isRemote), so we deliberately do
NOT force speaker_id == caller — instead we require the caller to be a
participant of the session, which closes the IDOR (an outsider writing
into a call they aren't in) while preserving remote-speaker attribution.

## Path parameters

- `call_session_id` string, required

## Query parameters

- `user_id` string, required

## Headers

- `authorization` string, nullable

## Request body

- TranscriptEntryRequest
  - `content` string, required
  - `confidence` number
  - `speaker_id` string, nullable
  - `speaker_name` string, nullable
  - `is_remote` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/78f314acd8bf/schema)
