---
title: "Update Correction Transcript"
method: PUT
path: "/teacher-exams/{exam_id}/transcripts/correction"
tags: ["Teacher Exams Transcripts"]
---

# Update Correction Transcript

`PUT /teacher-exams/{exam_id}/transcripts/correction`

Update the exam correction transcript by converting it to structured corrections if structured exercises exist.

## Path parameters

- `exam_id` string, required

## Request body

- RoutersTeacherExamsTranscriptsTranscriptRequest
  - `transcript` string, nullable
  - `images` string[], nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/ef67479ed898/schema)
