Auto-Coder Service
API service for auto-coder.chat
API Endpoints
GET
/api/healthHealth check endpoint
POST
/api/v1/chatChat API endpoint
Quick Start
curl -X POST http://localhost:3000/api/v1/chat \
-H "Content-Type: application/json" \
-d '{"message": "Hello"}'