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

# Update Subject Transcript

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

Update the exam subject transcript by converting it to structured exercises.

## 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.dev/excellence-ai/apis/excellence-learning/revisions/05e048df94c6?raw)
