---
title: "Log Transcription"
method: POST
path: "/homework-helper/log-transcription"
tags: ["Homework Helper"]
---

# Log Transcription

`POST /homework-helper/log-transcription`

Log a homework helper transcription with optional figure_id.

Called from the frontend when accepting a transcription in the preview modal,
before the exercise is officially created.

## Request body

- LogTranscriptionRequest
  - `image_urls` string[], required
  - `transcription` string, required
  - `figure_id` 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/e75413b9576a?raw)
