---
title: "Duplicate Exam"
method: POST
path: "/teacher-exams/{exam_id}/duplicate"
tags: ["Teacher Exams"]
---

# Duplicate Exam

`POST /teacher-exams/{exam_id}/duplicate`

Duplicate a teacher exam into the teacher's current year. The copy
keeps the original's folder when that folder is of this year, and lands
at the root otherwise: a copy of last year's évaluation is this year's.

## Path parameters

- `exam_id` string, required

## Response `200`

Successful Response

- CreateTeacherExamResponse
  - `status` string, required
  - `exam` object, required

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