API 端点
POST /api/auth/guest - 游客登录
POST /api/auth/email - 邮箱登录
POST /api/upload/create - 创建上传
POST /api/upload/{id}/file - 上传文件
POST /api/analyze/start - 开始分析
GET /api/analyze/status - 查询状态
GET /api/download/{id}/stream - 下载视频
GET /health - 健康检查
WS /ws/progress/{id} - 进度推送