{"name":"FaceJournal API","version":"0.0.1","endpoints":{"health":"GET /health","auth":{"apple":"POST /auth/apple","google":"POST /auth/google","refresh":"POST /auth/refresh","logout":"POST /auth/logout","deleteAccount":"DELETE /auth/account"},"journal":{"sync":"POST /journal/sync","entries":"GET /journal/entries?from=DATE&to=DATE","entry":"GET /journal/entry/:id"},"images":{"uploadUrl":"POST /images/upload-url","downloadUrl":"POST /images/download-url","uploadComplete":"POST /images/upload-complete"},"analyze":{"trigger":"POST /analyze","preview":"POST /analyze/preview","status":"GET /analyze/status/:entryId"},"weather":{"current":"GET /api/weather?lat=LAT&lon=LON"}}}