Holiday Courses - Student

Check Holiday Exercise Audio Solution

Check a student's spoken solution against the official solution using multimodal AI. This endpoint accepts base64 encoded audio, 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-audio-solution

Path parameters

exercise_idstring required

Request body

audio_base64_contentstring required

Response

Successful Response

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

Changes

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