Skip to Content
Routes (HTTP URLs)timestamps.route.ts

timestamps.route.ts

Mounted at: /api/v1 (note: no extra prefix in mount — paths are defined inside the file)

When watching YouTube study videos, users mark timestamps (“at 3:42 — important formula”).
Crowd timestamps are shared; user timestamps are private to the account.

  • video.model.ts, video-timestamp.model.ts
  • crowd-video-timestamp.model.ts
  • user-library-video.model.ts (saved videos)
  • youtube.service.ts — fetch metadata from YouTube API

Chrome extension and vite-frontend are the main callers.

Read route file for exact paths (GET/POST/PATCH/DELETE).

Last updated on