---
title: "Get AI Conversation JsonFile"
method: POST
path: "/Lesson/GetAIConversation"
tags: ["Lesson"]
---

# Get AI Conversation JsonFile

`POST /Lesson/GetAIConversation`

## Headers

- `X-Version` string

## Request body

- GetAIConversationRequest
  - `lessonId` integer, required — Lesson identifier
  - `instituteId` integer, required — Institute identifier

## Response `200`

Success

- GetAIConversationResponse
  - `jsonFile` string, nullable

---

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