Template

Uploads lesson 3D audio file to cloud.

post/Template/UploadLesson3DAudioFile

Headers

X-Versionstring

Request body

instituteIdinteger required

Institute identifier

lessonIdinteger required

Lesson identifier

filestring nullable

Lesson 3D audio file, in base64 string

Example request

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

Response

Success

fileNamestring nullable

File name of the uploaded audio

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.