Holiday Courses - Student

Check Holiday Exercise 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.

post/holiday-courses/exercise/{exercise_id}/check-image-solution

Path parameters

exercise_idstring required

Request body

image_base64_contentstring required

Response

Successful Response

correctness'passed' | 'failed' required
feedbackstring required
transcriptstring required

Changes

No recorded changes to this endpoint across all 2 revisions of this API.