# Shodh API Endpoints ## Memory | Method | Endpoint | Desc | |--------|----------|------| | POST | /api/remember | Store memory | | POST | /api/remember/batch | Batch store | | POST | /api/recall | Semantic search | | POST | /api/recall/tags | Tag search | | POST | /api/proactive_context | Context-aware | | POST | /api/context_summary | Summary | | GET | /api/memory/{id} | Get by ID | | DELETE | /api/memory/{id} | Delete | ## Todos | Method | Endpoint | Desc | |--------|----------|------| | POST | /api/todos | List/filter | | POST | /api/todos/add | Create | | POST | /api/todos/complete | Done | | POST | /api/todos/delete | Delete | ## Projects | Method | Endpoint | Desc | |--------|----------|------| | GET | /api/projects | List | | POST | /api/projects/add | Create | **Headers**: Content-Type: json, X-API-Key: [key] **Health**: GET /health (public)