---
title: "Generates an express lesson based on the provided description and skill type."
method: POST
path: "/Lesson/GenerateExpressLesson"
tags: ["Lesson"]
---

# Generates an express lesson based on the provided description and skill type.

`POST /Lesson/GenerateExpressLesson`

## Headers

- `X-Version` string

## Request body

- ExpressLessonRequest
  - `userID` integer
  - `institutionID` integer
  - `description` string, nullable
  - `title` string, nullable
  - `skillType` integer
  - `languageCode` string, nullable
  - `isDetailedMode` boolean
  - `appType` integer
  - `brainyAvatarName` string, nullable

## Response `200`

Success

---

[API](https://skmtc.dev/eon-xr/apis/eonxr-api.md) · [All operations](https://skmtc.dev/eon-xr/apis/eonxr-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eon-xr/eonxr-api/revisions/538c75161c64/schema)
