{
  "success": true,
  "service": "nexora-bvc-api-2026",
  "version": "2.1.0",
  "endpoints": [
    {
      "method": "GET",
      "path": "/health",
      "description": "Service health check"
    },
    {
      "method": "GET",
      "path": "/documents",
      "description": "List all documents in D1 knowledge base"
    },
    {
      "method": "GET",
      "path": "/search?q=<query>",
      "description": "Search across all study chunks in D1 database using ADS Engine"
    },
    {
      "method": "POST",
      "path": "/admin/upload",
      "description": "Upload and chunk new study material into D1 (Admin)"
    },
    {
      "method": "DELETE",
      "path": "/admin/document/:id",
      "description": "Delete a document and its chunks from D1 (Admin)"
    },
    {
      "method": "POST",
      "path": "/chat",
      "description": "Grounded AI with controlled tools & ADS retrieval"
    },
    {
      "method": "POST",
      "path": "/ask",
      "description": "Grounded AI question answering"
    }
  ]
}