---
title: "Demo Scan Exercise"
method: POST
path: "/demo-homework-helper/scan-exercise"
tags: ["Demo Homework Helper"]
---

# Demo Scan Exercise

`POST /demo-homework-helper/scan-exercise`

1) Convert image URL to LaTeX (demo)
2) Return { latex } but DO NOT create ephemeral doc

## Request body

- RoutersDemoHomeworkHelperScanExerciseRequest
  - `image_url` string, required — The S3 URL of the image to scan

## Response `200`

Successful Response

- RoutersDemoHomeworkHelperScanExerciseResponse
  - `status` string, required
  - `message` string, required
  - `latex` string, nullable

## 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)
