Admin - Holiday Courses

Transcribe Exercise Image For Admin

Transcribe an exercise image to LaTeX/HTML for admin exercise creation.

This endpoint:

  1. Takes a base64-encoded image from the admin
  2. Optionally uploads the original image to S3 for reference
  3. Uses AI transcription service to convert image to LaTeX/HTML
  4. Returns the transcribed content for use in exercise creation

Only accessible by admin users.

post/admin/holiday-courses/exercises/transcribe-image

Request body

file_contentstring required
file_namestring required
content_typestring required

Response

Successful Response

transcribed_contentstring required
s3_image_urlstring nullable

Changes