---
title: "Save Instant Match Transcript"
method: PUT
path: "/instant-match/sessions/{match_session_id}/transcript"
tags: ["instant-match-calls", "instant-match-calls"]
---

# Save Instant Match Transcript

`PUT /instant-match/sessions/{match_session_id}/transcript`

Save transcript entry for an instant match session.

## Path parameters

- `match_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)
