Auto-Coder Service

API service for auto-coder.chat

API Endpoints

GET/api/health

Health check endpoint

POST/api/v1/chat

Chat API endpoint

Quick Start

curl -X POST http://localhost:3000/api/v1/chat \
  -H "Content-Type: application/json" \
  -d '{"message": "Hello"}'