🔥 BACKEND ONLY

LibreChat API Server

This is a backend-only installation of LibreChat with Firebase authentication. There is no web interface available at this endpoint.

🔌 API Status: Running The API server is operational and ready to accept requests.

Available Services:

Example API Endpoints:

GET /api/health
GET /api/config
POST /api/messages
GET /api/conversations
🔐 Authentication Required All API requests require a valid Firebase authentication token in the Authorization header.

Connect Your Frontend:

To use this API, you need to build a custom frontend application that: