Guides¶
End-to-end walkthroughs for flows that span multiple API calls.
The API reference documents every endpoint individually. These guides show how endpoints fit together when you're doing something real. If you haven't yet, skim Core concepts first — the guides assume you know how content items, assignments, and events relate.
Working with content and learners¶
- Assignments & completion — assign content to users, drive the completion lifecycle, and read results as analytics.
- Building learning paths (Tracks) — assemble ordered, sectioned learning paths and track learner progress.
- Bulk operations & async jobs — act on many resources at once, and the two bulk patterns (async-poll vs. synchronous).
Live events¶
- Events lifecycle — event series, scheduling events, enrolling attendees, and check-in.
- Uploading recordings — attach a Mux-hosted recording to an event series.
Authoring content¶
- Uploading a video — link an external video or upload one natively via Mux.
- Managing transcripts — download, edit, and re-upload a video's transcript; for native videos this also republishes the player captions.
- Building a course — upload a SCORM package and configure passing thresholds.
- Building a guide — upload an interactive, step-based codelab.
Preview status
The Public API v2 is in preview. Some endpoints are still being built — check the API reference for current implementation status before integrating against them.