---
title: "Create Teacher Exam"
method: POST
path: "/teacher-exams"
tags: ["Teacher Exams"]
---

# Create Teacher Exam

`POST /teacher-exams`

Create a new exam for the current teacher.

## Request body

- CreateTeacherExamRequest
  - `examSubjectTitle` string, required
  - `customGradingInstructions` string, nullable
  - `grade` 'sixieme' | 'cinquieme' | 'quatrieme' | 'troisieme' | 'seconde' | 'premiere' | 'terminale' | 'prepa', nullable
  - `folder_id` string, nullable

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