2meet Docs
OpenAPI ↓

API reference

Two integrator surfaces — pick the one your LMS or backend already speaks.

LMS Integration API

XML + checksum at /lms/v1/api/*. Primary path for Moodle and Canvas plugins.

Reference →

JSON API (LMS v1)

HMAC-signed REST at /lms/v1/meetings. Optional for custom backends.

Reference →

Comparison

LMS wireJSON API
FormatXML query + checksumJSON + HMAC headers
Best forMoodle, Canvas, virtual-classroom LMS modulesYour SaaS backend
Join resultRedirect URLmoderator_join_url / attendee_join_url
SpecHTML referenceOpenAPI YAML

Session cover (optional)

All integrators can attach an optional cover image to a session — a static stage background when the host camera is off or before start. Upload via multipart field cover; see JSON API and Join & room UX.

Core services

Shared concepts

Before you integrate

Complete Getting started and keep portal credentials handy.