Docs
arrow_back Embeddables

Collection Builder Embed Core and above

The Collection Builder is the authoring experience for assembling collections of courses, embedded in your product. Use it when your customers need to design their own learning paths or certification tracks. The example below loads a sample collection into the builder so you can see how the structure-building experience looks in context.

It suits academy admins building tiered programmes, partners curating their own journeys, and any scenario where the structure of learning content needs to be authored inside your product. Pair it with the Course Builder when users should be able to both create the course content and shape collections around it.

API Endpoint

POST/v1/headless/embed/collection

Body parameters

FieldTypeExampleDescriptionDemo Value
actionstringedit
collectionIdnumber456
identifierstringyour-user-id
clientIdentifierstringyour-tenant-id
themeIdnumberCustom theme ID to apply to the embeddable.
options.backeventhiddennativeeventBack button behaviour.
TypeEventDescriptionNotes
sessionreadyFires when the collection builder is mounted and ready.
sessionerrorFires when an error occurs.
sessionexpiredFires when the session expires.
backFires when the Back button is clicked.

Live Demo