Authorizations
The app API key from an app from the /dashboard/developer page
Body
Parameters for CreateCourse
The ID of the experience to create the course in
"exp_xxxxxxxxxxxxxx"
The title of the course
Whether the course will award its students a PDF certificate after completing all lessons
The cover image URL of the course
The decimal order position of the course within its experience. If not provided, it will be set to the next sequential order. Use fractional values (e.g., 1.5) to place between existing courses.
"123.45"
Whether the course requires students to complete the previous lesson before moving on to the next one
The tagline of the course
The thumbnail for the course in png, jpeg, or gif format Input for an attachment
- AttachmentInputWithDirectUploadId
- AttachmentInputWithId
Determines how / whether this course is visible to users. The available visibilities for a course. Determines how / whether a course is visible to users.
visible, hidden Response
A successful response
A course from the courses app
The ID of the course. Looks like cors_XXX
"cors_xxxxxxxxxxxxx"
The title of the course
A short tagline for the course. It is displayed under the course title in the UI
The URL of the course's cover image, which is shown in course preview cards
The thumbnail for the course
A short description of the course
The language spoken in the video content of the course, used to generate closed captions in the right language
en, es, it, pt, de, fr, pl, ru, nl, ca, tr, sv, uk, no, fi, sk, el, cs, hr, da, ro, bg Whether the course will award its students a PDF certificate after completing all lessons
Whether the course requires students to complete the previous lesson before moving on to the next one
The order of the course within its experience
"123.45"
The visibility of the course. Determines how / whether this course is visible to users.
visible, hidden The timestamp of when the course was created
"2023-12-01T05:00:00.401Z"
The timestamp of when the course was last updated
"2023-12-01T05:00:00.401Z"
The chapters in this course

