Template

Uploads lesson 3D recording file to cloud.

post/Template/UploadLesson3DRecordingFile

Headers

X-Versionstring

Request body

instituteIdinteger required

Institute identifier

lessonIdinteger required

Lesson identifier

filestring nullable

Lesson 3D recording file, in base64 string

Example request

{
  "instituteId": 1,
  "lessonId": 13018
}

Response

Success

fileNamestring nullable

File name of the uploaded recording file

fileUrlstring nullable

File url to the uploaded audio (signed)

fileUrlUnsignedstring nullable

File url to the uploaded audio (unsigned, insecure)

Changes

No recorded changes to this endpoint across all 1 revision of this API.