LifeJP API
Backend API server for LifeJP mobile application.
Available Endpoints
GET /api/health- Health checkPOST /api/ai/recognize-bill- AI bill recognition (requires auth)
Authentication
All protected endpoints require a valid Supabase JWT token in the Authorization header:
Authorization: Bearer your_jwt_token