---
title: "Check Holiday Exercise Image Solution"
method: POST
path: "/holiday-courses/exercise/{exercise_id}/check-image-solution"
tags: ["Holiday Courses - Student"]
---

# Check Holiday Exercise Image Solution

`POST /holiday-courses/exercise/{exercise_id}/check-image-solution`

Check a student's handwritten solution against the official solution using multimodal AI.
This endpoint accepts base64 encoded image, calls a multimodal LLM via Portkey to
transcribe and grade it in a single step, and returns the assessment.

## Path parameters

- `exercise_id` string, required

## Request body

- CheckImageSolutionRequest — Request model for checking image solution with multimodal AI.
  - `image_base64_content` string, required

## Response `200`

Successful Response

- CheckAudioSolutionResponse — Response model for multimodal audio solution checking.
  - `correctness` 'passed' | 'failed', required
  - `feedback` string, required
  - `transcript` 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-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/ef67479ed898/schema)
