TutLM
Try free
Documentation

TutLM
Documentation

Everything you need to get started, integrate, and configure the platform.

Search docs...⌘K

Guides & reference

Quick start · API

Embed TutLM in your product

REST API with JWT auth. Create courses, manage sessions, and retrieve progress analytics.

# Authentication
POST /api/v1/auth/token

# Create a course
POST /api/v1/courses
  title: "Biology 101"

# Start a learning session
POST /api/v1/sessions
  course_id: "<uuid>"

# Stream AI explanation
GET  /api/v1/sessions/:id/explain?stream=true