"keyUrl": "https://cdn.example.com/keys/bana-masal/enc.key", "expiresAt": "2026-04-19T12:00:00Z"

POST /api/analytics Headers: Authorization: Bearer <jwt> Body:

"shortUrl": "https://ex.am/abc123"

type Subtitle = lang: string; url: string ; type VideoInfo = videoId: string; title: string; manifestUrl: string; subtitles: Subtitle[]; downloadAvailable: boolean; ;