# Create a new online lesson **POST /api/v1/unit-instance/{unit}/new-online-lesson** Create a new virtual/online lesson (e.g., video conference, webinar) for the unit. Online lessons include meeting links and scheduling information. Only admins and lecturers can create online lessons. ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Path parameters - **unit** (string) UUID of the unit instance (unit offering) ### Body: application/json (string) Online lesson data including title, meeting link, schedule, and platform details string ## Responses ### 201 Online lesson created successfully ### 400 Invalid online lesson data ### 403 Forbidden - Admin or Lecturer role required [Powered by Bump.sh](https://bump.sh)