---
title: "Transcribe Single Image"
method: POST
path: "/admin/transcription-tests/{image_id}/transcribe"
tags: ["admin-transcription-tests"]
---

# Transcribe Single Image

`POST /admin/transcription-tests/{image_id}/transcribe`

## Path parameters

- `image_id` string, required

## Response `200`

Successful Response

- TranscriptionTestImage
  - `_id` string
  - `image_url` string, required
  - `dataset` string
  - `attempts_by_config` object
  - `corrected_attempts_by_config` object
  - `user_id` string, nullable
  - `exercise_id` string, nullable
  - `exercise_content` string, nullable
  - `exercise_solution` string, nullable
  - `ground_truth` string, nullable
  - `created_at` string, date-time
  - `updated_at` string, date-time

## 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)
