PackPal API

This is the PackPal API backend service.

Available Endpoints:

API Documentation:

Send POST requests to /api/chat with the following structure:

{
  "messages": [{"role": "user", "content": "Hello"}],
  "chatId": "chat-id",
  "userId": "user-id", 
  "userLocalTime": "2024-01-01T12:00:00Z"
}