🔥 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:
- RESTful API endpoints
- Firebase authentication
- Chat completions
- File uploads
- Conversation management
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:
- Authenticates users with Firebase
- Sends Firebase ID tokens with API requests
- Handles API responses and streaming