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

# Add Exercises From Annales

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

Add exercises from annales (French exam archives) to an existing structured exam.
Converts Markdown+LaTeX content to HTML with inline images.

## Path parameters

- `exam_id` string, required

## Request body

- AddExercisesFromAnnalesRequest
  - `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/2a0c1636fd3b?raw)
