---
title: "Returns signed url to lesson resources as demo"
method: POST
path: "/Template/GetDemoLessonFileSignedUrl"
tags: ["Template"]
---

# Returns signed url to lesson resources as demo

`POST /Template/GetDemoLessonFileSignedUrl`

## Headers

- `X-Version` string

## Request body

- GetLessonFileSignedUrlRequest
  - `lessonId` integer, required — Lesson identifier
  - `fileUrlUnsigned` string, required — File url to the lesson resources

## Response `200`

Success

- GetLessonFileSignedUrlResponse
  - `fileUrl` string, nullable — File url to the lesson resources (signed)

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