---
title: "Transcribe Tutorial Audio"
method: POST
path: "/tutorial/audio/transcribe"
tags: ["tutorial"]
---

# Transcribe Tutorial Audio

`POST /tutorial/audio/transcribe`

Simplified endpoint for transcribing audio during the tutorial.
Doesn't require session_id or exercise_id.

## Request body

- TutorialAudioRequest
  - `file_content` string, required
  - `file_name` string, nullable
  - `content_type` string, nullable

## Response `200`

Successful Response

- TutorialAudioResponse
  - `status` string, required
  - `transcript` string, nullable
  - `message` 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-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/c407f3b5a05b/schema)
