{"message":"Welcome to Memory Land Backend API","version":"1.0.0","status":"running","environment":"production","baseUrl":"https://buddy.con-mot-sach.com","endpoints":{"auth":{"register":"POST https://buddy.con-mot-sach.com/api/auth/register","login":"POST https://buddy.con-mot-sach.com/api/auth/login","profile":"GET https://buddy.con-mot-sach.com/api/auth/profile","updateProfile":"PUT https://buddy.con-mot-sach.com/api/auth/profile","changePassword":"PUT https://buddy.con-mot-sach.com/api/auth/change-password"},"goals":{"create":"POST https://buddy.con-mot-sach.com/api/goals","getById":"GET https://buddy.con-mot-sach.com/api/goals/:id","getUserGoals":"GET https://buddy.con-mot-sach.com/api/goals/user/:userId","update":"PUT https://buddy.con-mot-sach.com/api/goals/:id","delete":"DELETE https://buddy.con-mot-sach.com/api/goals/:id","updateProgress":"PATCH https://buddy.con-mot-sach.com/api/goals/:id/progress","search":"GET https://buddy.con-mot-sach.com/api/goals/search"},"habits":{"create":"POST https://buddy.con-mot-sach.com/api/habits","getById":"GET https://buddy.con-mot-sach.com/api/habits/:id","getUserHabits":"GET https://buddy.con-mot-sach.com/api/habits/user/:userId","update":"PUT https://buddy.con-mot-sach.com/api/habits/:id","delete":"DELETE https://buddy.con-mot-sach.com/api/habits/:id","search":"GET https://buddy.con-mot-sach.com/api/habits/search"},"tasks":{"create":"POST https://buddy.con-mot-sach.com/api/tasks","getById":"GET https://buddy.con-mot-sach.com/api/tasks/:id","getUserTasks":"GET https://buddy.con-mot-sach.com/api/tasks/user/:userId","update":"PUT https://buddy.con-mot-sach.com/api/tasks/:id","delete":"DELETE https://buddy.con-mot-sach.com/api/tasks/:id","search":"GET https://buddy.con-mot-sach.com/api/tasks/search","getSubtasks":"GET https://buddy.con-mot-sach.com/api/tasks/:id/subtasks","getDueToday":"GET https://buddy.con-mot-sach.com/api/tasks/due-today/:userId"},"habitCompletions":{"record":"POST https://buddy.con-mot-sach.com/api/habit-completions","getByHabit":"GET https://buddy.con-mot-sach.com/api/habit-completions/habit/:habitId","getByDate":"GET https://buddy.con-mot-sach.com/api/habit-completions/user/:userId/date/:date","getStats":"GET https://buddy.con-mot-sach.com/api/habit-completions/user/:userId/stats","getStreak":"GET https://buddy.con-mot-sach.com/api/habit-completions/habit/:habitId/streak","delete":"DELETE https://buddy.con-mot-sach.com/api/habit-completions/:habitId/:date"},"dailyNotes":{"create":"POST https://buddy.con-mot-sach.com/api/daily-notes","getById":"GET https://buddy.con-mot-sach.com/api/daily-notes/:noteId","getUserNotes":"GET https://buddy.con-mot-sach.com/api/daily-notes/user/:userId","getByDate":"GET https://buddy.con-mot-sach.com/api/daily-notes/user/:userId/date/:date","update":"PUT https://buddy.con-mot-sach.com/api/daily-notes/:noteId","delete":"DELETE https://buddy.con-mot-sach.com/api/daily-notes/:noteId","search":"GET https://buddy.con-mot-sach.com/api/daily-notes/search"},"notes":{"create":"POST https://buddy.con-mot-sach.com/api/notes","getById":"GET https://buddy.con-mot-sach.com/api/notes/:noteId","getUserNotes":"GET https://buddy.con-mot-sach.com/api/notes/user/:userId","update":"PUT https://buddy.con-mot-sach.com/api/notes/:noteId","delete":"DELETE https://buddy.con-mot-sach.com/api/notes/:noteId","search":"GET https://buddy.con-mot-sach.com/api/notes/search","getWithBlocks":"GET https://buddy.con-mot-sach.com/api/notes/:noteId/with-blocks","generateId":"POST https://buddy.con-mot-sach.com/api/notes/generate-id"},"blocks":{"create":"POST https://buddy.con-mot-sach.com/api/blocks","getById":"GET https://buddy.con-mot-sach.com/api/blocks/:blockId","getUserBlocks":"GET https://buddy.con-mot-sach.com/api/blocks/user/:userId","getByType":"GET https://buddy.con-mot-sach.com/api/blocks/user/:userId/type/:contentType","update":"PUT https://buddy.con-mot-sach.com/api/blocks/:blockId","delete":"DELETE https://buddy.con-mot-sach.com/api/blocks/:blockId","search":"GET https://buddy.con-mot-sach.com/api/blocks/search","stats":"GET https://buddy.con-mot-sach.com/api/blocks/user/:userId/stats"},"books":{"create":"POST https://buddy.con-mot-sach.com/api/books","getById":"GET https://buddy.con-mot-sach.com/api/books/:bookId","update":"PUT https://buddy.con-mot-sach.com/api/books/:bookId","delete":"DELETE https://buddy.con-mot-sach.com/api/books/:bookId","search":"GET https://buddy.con-mot-sach.com/api/books/search","popular":"GET https://buddy.con-mot-sach.com/api/books/popular","recent":"GET https://buddy.con-mot-sach.com/api/books/recent","stats":"GET https://buddy.con-mot-sach.com/api/books/stats","subjects":"GET https://buddy.con-mot-sach.com/api/books/subjects","subjectBooks":"GET https://buddy.con-mot-sach.com/api/books/subjects/:subjectName","addFavorite":"POST https://buddy.con-mot-sach.com/api/books/:bookId/favorite","removeFavorite":"DELETE https://buddy.con-mot-sach.com/api/books/:bookId/favorite","userFavorites":"GET https://buddy.con-mot-sach.com/api/books/user/favorites","updateProgress":"POST https://buddy.con-mot-sach.com/api/books/:bookId/progress","userDashboard":"GET https://buddy.con-mot-sach.com/api/books/user/dashboard","userStats":"GET https://buddy.con-mot-sach.com/api/books/user/stats","userProgress":"GET https://buddy.con-mot-sach.com/api/books/user/progress"},"journeys":{"create":"POST https://buddy.con-mot-sach.com/api/journeys","getById":"GET https://buddy.con-mot-sach.com/api/journeys/:journeyId","update":"PUT https://buddy.con-mot-sach.com/api/journeys/:journeyId","delete":"DELETE https://buddy.con-mot-sach.com/api/journeys/:journeyId","search":"GET https://buddy.con-mot-sach.com/api/journeys/search","getPublic":"GET https://buddy.con-mot-sach.com/api/journeys/public","addBook":"POST https://buddy.con-mot-sach.com/api/journeys/:journeyId/books","removeBook":"DELETE https://buddy.con-mot-sach.com/api/journeys/:journeyId/books/:bookId","addConcept":"POST https://buddy.con-mot-sach.com/api/journeys/:journeyId/concepts","removeConcept":"DELETE https://buddy.con-mot-sach.com/api/journeys/:journeyId/concepts/:conceptName","enroll":"POST https://buddy.con-mot-sach.com/api/journeys/:journeyId/enroll","updateProgress":"PUT https://buddy.con-mot-sach.com/api/journeys/:journeyId/progress","leave":"DELETE https://buddy.con-mot-sach.com/api/journeys/:journeyId/enroll","userProgress":"GET https://buddy.con-mot-sach.com/api/journeys/user/progress","userCreated":"GET https://buddy.con-mot-sach.com/api/journeys/user/created","getStats":"GET https://buddy.con-mot-sach.com/api/journeys/:journeyId/stats"},"relationships":{"create":"POST https://buddy.con-mot-sach.com/api/relationships","getById":"GET https://buddy.con-mot-sach.com/api/relationships/:id","getAll":"GET https://buddy.con-mot-sach.com/api/relationships","getFromObject":"GET https://buddy.con-mot-sach.com/api/relationships/from/:objectId/:objectType","getToObject":"GET https://buddy.con-mot-sach.com/api/relationships/to/:objectId/:objectType","update":"PUT https://buddy.con-mot-sach.com/api/relationships/:id","delete":"DELETE https://buddy.con-mot-sach.com/api/relationships/:id","deleteByObjects":"DELETE https://buddy.con-mot-sach.com/api/relationships/from/:fromObjectId/:fromObjectType/to/:toObjectId/:toObjectType","getStats":"GET https://buddy.con-mot-sach.com/api/relationships/stats/overview"},"schedules":{"create":"POST https://buddy.con-mot-sach.com/api/schedules","getById":"GET https://buddy.con-mot-sach.com/api/schedules/:eventId","getUserEvents":"GET https://buddy.con-mot-sach.com/api/schedules/user/:userId","getByDate":"GET https://buddy.con-mot-sach.com/api/schedules/user/:userId/date/:date","getRepeating":"GET https://buddy.con-mot-sach.com/api/schedules/user/:userId/repeating","update":"PUT https://buddy.con-mot-sach.com/api/schedules/:eventId","delete":"DELETE https://buddy.con-mot-sach.com/api/schedules/:eventId","createException":"POST https://buddy.con-mot-sach.com/api/schedules/:eventId/exception","getLinkedToGoal":"GET https://buddy.con-mot-sach.com/api/schedules/linked/goal/:goalId","getLinkedToHabit":"GET https://buddy.con-mot-sach.com/api/schedules/linked/habit/:habitId"},"timelogs":{"create":"POST https://buddy.con-mot-sach.com/api/timelogs","getById":"GET https://buddy.con-mot-sach.com/api/timelogs/:timelogId","getUserTimeLogs":"GET https://buddy.con-mot-sach.com/api/timelogs/user/:userId","getByDate":"GET https://buddy.con-mot-sach.com/api/timelogs/user/:userId/date/:date","getStats":"GET https://buddy.con-mot-sach.com/api/timelogs/user/:userId/stats","getDailySummary":"GET https://buddy.con-mot-sach.com/api/timelogs/user/:userId/daily-summary","update":"PUT https://buddy.con-mot-sach.com/api/timelogs/:timelogId","delete":"DELETE https://buddy.con-mot-sach.com/api/timelogs/:timelogId","getActivityTimeLogs":"GET https://buddy.con-mot-sach.com/api/timelogs/activity/:activityType/:activityId"},"ai":{"chat":"POST https://buddy.con-mot-sach.com/api/ai/chat","claudeChat":"POST https://buddy.con-mot-sach.com/api/ai/claude/chat","providerStatus":"GET https://buddy.con-mot-sach.com/api/ai/providers/status","test":"POST https://buddy.con-mot-sach.com/api/ai/test"},"learningModules":{"create":"POST https://buddy.con-mot-sach.com/api/learning-modules","getById":"GET https://buddy.con-mot-sach.com/api/learning-modules/:id","getByAlias":"GET https://buddy.con-mot-sach.com/api/learning-modules/alias/:alias","getAll":"GET https://buddy.con-mot-sach.com/api/learning-modules","update":"PUT https://buddy.con-mot-sach.com/api/learning-modules/:id","delete":"DELETE https://buddy.con-mot-sach.com/api/learning-modules/:id","search":"GET https://buddy.con-mot-sach.com/api/learning-modules/search","getByCategory":"GET https://buddy.con-mot-sach.com/api/learning-modules/category/:category","getCategories":"GET https://buddy.con-mot-sach.com/api/learning-modules/categories"},"learningProgress":{"create":"POST https://buddy.con-mot-sach.com/api/learning-progress","getById":"GET https://buddy.con-mot-sach.com/api/learning-progress/:progressId","update":"PUT https://buddy.con-mot-sach.com/api/learning-progress/:progressId","delete":"DELETE https://buddy.con-mot-sach.com/api/learning-progress/:progressId","getUserProgress":"GET https://buddy.con-mot-sach.com/api/learning-progress/user/progress","getModuleProgress":"GET https://buddy.con-mot-sach.com/api/learning-progress/module/:moduleId","getUserStats":"GET https://buddy.con-mot-sach.com/api/learning-progress/user/stats"},"financeAssets":{"create":"POST https://buddy.con-mot-sach.com/api/finance-assets","getById":"GET https://buddy.con-mot-sach.com/api/finance-assets/:id","getUserAssets":"GET https://buddy.con-mot-sach.com/api/finance-assets/user/:userId","update":"PUT https://buddy.con-mot-sach.com/api/finance-assets/:id","delete":"DELETE https://buddy.con-mot-sach.com/api/finance-assets/:id","search":"GET https://buddy.con-mot-sach.com/api/finance-assets/search","portfolioSummary":"GET https://buddy.con-mot-sach.com/api/finance-assets/user/:userId/portfolio-summary","assetGrowth":"GET https://buddy.con-mot-sach.com/api/finance-assets/:id/growth","portfolioValue":"GET https://buddy.con-mot-sach.com/api/finance-assets/user/:userId/portfolio-value"},"metrics":{"getAll":"GET https://buddy.con-mot-sach.com/api/metrics","getByName":"GET https://buddy.con-mot-sach.com/api/metrics/:metricName","calculate":"GET https://buddy.con-mot-sach.com/api/metrics/:metricName/calculate?user_id=:userId"},"lessons":{"create":"POST https://buddy.con-mot-sach.com/api/lessons","getAll":"GET https://buddy.con-mot-sach.com/api/lessons?category=:category","getById":"GET https://buddy.con-mot-sach.com/api/lessons/:lessonId","update":"PATCH https://buddy.con-mot-sach.com/api/lessons/:lessonId","delete":"DELETE https://buddy.con-mot-sach.com/api/lessons/:lessonId"},"news":{"generate":"POST https://buddy.con-mot-sach.com/api/news/generate","getAll":"GET https://buddy.con-mot-sach.com/api/news","getById":"GET https://buddy.con-mot-sach.com/api/news/:newsId","delete":"DELETE https://buddy.con-mot-sach.com/api/news/:newsId"},"feeds":{"createSource":"POST https://buddy.con-mot-sach.com/api/feeds/sources","getSources":"GET https://buddy.con-mot-sach.com/api/feeds/sources","getSource":"GET https://buddy.con-mot-sach.com/api/feeds/sources/:sourceId","updateSource":"PUT https://buddy.con-mot-sach.com/api/feeds/sources/:sourceId","deleteSource":"DELETE https://buddy.con-mot-sach.com/api/feeds/sources/:sourceId","refreshSource":"POST https://buddy.con-mot-sach.com/api/feeds/sources/:sourceId/refresh","discoverFeeds":"POST https://buddy.con-mot-sach.com/api/feeds/discover","getItems":"GET https://buddy.con-mot-sach.com/api/feeds/items","getItem":"GET https://buddy.con-mot-sach.com/api/feeds/items/:itemId","updateItem":"PATCH https://buddy.con-mot-sach.com/api/feeds/items/:itemId","deleteItem":"DELETE https://buddy.con-mot-sach.com/api/feeds/items/:itemId","markRead":"POST https://buddy.con-mot-sach.com/api/feeds/items/mark-read"}}}