---
title: "Import Teacher Exercises To Exam"
method: POST
path: "/teacher-exams/{exam_id}/subjects/exercises/import-teacher-exercises"
tags: ["Teacher Exams Subjects"]
---

# Import Teacher Exercises To Exam

`POST /teacher-exams/{exam_id}/subjects/exercises/import-teacher-exercises`

Import exercises from teacher's exercise library to an exam.
This copies the content and solution from selected teacher exercises.

## Path parameters

- `exam_id` string, required

## Request body

- ImportTeacherExercisesRequest
  - `exercise_ids` string[], required

## 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/86793aa823ea?raw)
