---
title: "Create Transcription Tests"
method: POST
path: "/admin/transcription-tests"
tags: ["admin-transcription-tests"]
---

# Create Transcription Tests

`POST /admin/transcription-tests`

## Request body

- CreateTranscriptionTestsRequest
  - `dataset` string, required
  - `image_urls` string[], required
  - `exercise_contents` string[], nullable
  - `exercise_solutions` string[], nullable
  - `user_ids` string[], nullable
  - `exercise_ids` string[], nullable

## Response `201`

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-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/c407f3b5a05b/schema)
