---
title: "Share Exercise With Teacher"
method: POST
path: "/teacher_exercises/{exercise_id}/share-with-teacher"
tags: ["teacher_exercises"]
---

# Share Exercise With Teacher

`POST /teacher_exercises/{exercise_id}/share-with-teacher`

Share an exercise with another teacher of the same school by creating an
independent copy in their library (no live collaboration). Mirrors the
assignment share-with-teacher behaviour.

## Path parameters

- `exercise_id` string, required

## Request body

- ShareExerciseWithTeacherRequest
  - `teacher_id` string, required

## Response `200`

Successful Response

- ShareExerciseWithTeacherResponse
  - `status` string, required
  - `message` string, required
  - `new_exercise_id` string, 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/05e048df94c6?raw)
