---
title: "Uploads lesson 3D recording file to cloud."
method: POST
path: "/Template/UploadLesson3DRecordingFile"
tags: ["Template"]
---

# Uploads lesson 3D recording file to cloud.

`POST /Template/UploadLesson3DRecordingFile`

## Headers

- `X-Version` string

## Request body

- UploadLesson3DRecordingFileRequest
  - `instituteId` integer, required — Institute identifier
  - `lessonId` integer, required — Lesson identifier
  - `file` string, nullable — Lesson 3D recording file, in base64 string

## Response `200`

Success

- UploadLesson3DRecordingFileResponse
  - `fileName` string, nullable — File name of the uploaded recording file
  - `fileUrl` string, nullable — File url to the uploaded audio (signed)
  - `fileUrlUnsigned` string, nullable — File url to the uploaded audio (unsigned, insecure)

## Other responses

- `400` — If param invalid
- `401` — If unauthorized

---

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