{"success":true,"message":"Bunny.net Video Service API","version":"1.0.0","endpoints":{"health":"/health","auth":{"register":"POST /api/auth/register","login":"POST /api/auth/login","profile":"GET /api/auth/me","changePassword":"POST /api/auth/change-password"},"videos":{"upload":"POST /api/videos/upload","getVideo":"GET /api/videos/:videoId","myVideos":"GET /api/videos/user/me","publicVideos":"GET /api/videos/public/list","updateVideo":"PATCH /api/videos/:videoId","deleteVideo":"DELETE /api/videos/:videoId"},"stats":{"batch":"POST /api/stats/batch","heartbeat":"POST /api/stats/heartbeat","videoStats":"GET /api/stats/video/:videoId","engagement":"GET /api/stats/video/:videoId/engagement","cdnStats":"GET /api/stats/cdn (admin)","dashboard":"GET /api/stats/dashboard","aggregate":"POST /api/stats/aggregate (admin)"}}}