100%
Uptime
Health check available at /health for
monitoring and deployment verification.
Welcome to the Technoid Infusion Agency Backend You've successfully reached the core API service that powers the website, admin panel, and future integrations.
100%
Uptime
Health check available at /health for
monitoring and deployment verification.
12+
API Routes
Auth, services, portfolios, bookings, and more — all secured with JWT authentication.
GET /health
Health
GET /api/services
Services
POST /api/auth/login
Auth
RESTful routes that power content management, authentication, bookings, and the public-facing website experience.
Authentication
/api/auth
Login, registration, and secure JWT-based authentication flows for admin and client access.
Content
/api/posts
Manage blog posts, announcements, and other CMS-driven entities across the platform.
Services
/api/services
Public and admin endpoints for e-commerce service listings, banners, and page content.
Portfolio
/api/portfolios
Case studies and project showcases displayed on the website portfolio section.
Bookings
/api/bookings
Schedule-a-call and meeting booking flows from the homepage and contact forms.
Configuration
CORS Origins
CLIENT_ORIGIN and ADMIN_ORIGIN in
.env define trusted frontends.