---
title: "Start Student Exam"
method: POST
path: "/student-exams/{exam_id}/start-exam"
tags: ["student-exams"]
---

# Start Student Exam

`POST /student-exams/{exam_id}/start-exam`

The user indicates they've read the subject and are starting the timed exam.
We'll store the start time.

## Path parameters

- `exam_id` string, required

## Response `200`

Successful Response

- SimpleResponse
  - `status` string, required
  - `message` 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/a8ae0e0c0570?raw)
