---
title: "Add Exercises From Excellence"
method: POST
path: "/teacher-exams/{exam_id}/subjects/exercises/add-from-excellence"
tags: ["Teacher Exams Subjects"]
---

# Add Exercises From Excellence

`POST /teacher-exams/{exam_id}/subjects/exercises/add-from-excellence`

Add new exercises to an existing structured exam from Excellence exercise database.
This copies the content from selected Excellence exercises and adds them to the exam.

## Path parameters

- `exam_id` string, required

## Request body

- AddExercisesFromExcellenceRequest
  - `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/d367d251945b?raw)
