v1

latestOpenAPI 3.0.32026-07-173038118.9 KB
Products

Create a draft product

post/api/products

Request body

titlestring required

Product title shown in CourseLit.

type'course' | 'download' | 'blog' required

CourseLit product type. Use course for lesson-based learning products.

Example request

{
  "title": "AI Foundations",
  "type": "course"
}

Response

Success.

productIdstring
type'course' | 'download' | 'blog'
titlestring
slugstring
descriptionstring
publishedboolean
privacystring
tagsstring[]
featuredImageobject
pageIdstring
defaultPaymentPlanstring
createdAtstring date-time
updatedAtstring date-time