---
title: "Log Transcription Edit"
method: POST
path: "/transcription-metrics/edit-log"
tags: ["transcription_metrics"]
---

# Log Transcription Edit

`POST /transcription-metrics/edit-log`

## Request body

- TranscriptionEditPayload
  - `session_id` string, required
  - `exercise_id` string, required
  - `block_id` string, required
  - `transcription_text` string, required
  - `event_type` 'initial' | 'manual_edit' | 'ai_edit', required
  - `image_url` string, nullable
  - `transcription_log_id` string, nullable
  - `source_type` 'exercise' | 'homework-helper' | 'custom_course' | 'demo' | 'user_reupload'
  - `previous_transcription_text` string, nullable
  - `ai_prompt` string, nullable

## Response `200`

Successful Response

- unknown

## 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/2a0c1636fd3b?raw)
