{
  "linkset": [
    {
      "anchor": "https://api.neuralseek.com/v1/",
      "service-desc": [
        {
          "href": "https://api.neuralseek.com/neuralseek.json",
          "type": "application/vnd.oai.openapi+json;version=3.0",
          "title": "NeuralSeek Public REST API — OpenAPI 3.0 specification"
        }
      ],
      "service-doc": [
        {
          "href": "https://documentation.neuralseek.com/",
          "type": "text/html",
          "title": "NeuralSeek documentation (human-readable)"
        }
      ],
      "service-meta": [
        {
          "href": "https://explore.neuralseek.com/llms.txt",
          "type": "text/plain",
          "title": "Agent-friendly site overview"
        }
      ],
      "status": [
        {
          "href": "https://api.neuralseek.com/v1/{instance}/test",
          "title": "Per-instance health probe — GET returns 200 OK when the API is reachable. Replace {instance} with your NeuralSeek instance identifier."
        }
      ],
      "terms-of-service": [
        {
          "href": "https://neuralseek.com/trust-center",
          "type": "text/html",
          "title": "NeuralSeek Trust Center"
        }
      ],
      "describedby": [
        {
          "href": "https://explore.neuralseek.com/index.md",
          "type": "text/markdown",
          "title": "NeuralSeek overview (markdown)"
        }
      ]
    },
    {
      "anchor": "https://consoleapi.neuralseek.com/",
      "service-desc": [
        {
          "href": "https://consoleapi.neuralseek.com/consoleapi.json",
          "type": "application/vnd.oai.openapi+json;version=3.0",
          "title": "NeuralSeek Console Management API — OpenAPI specification"
        }
      ],
      "service-doc": [
        {
          "href": "https://documentation.neuralseek.com/",
          "type": "text/html",
          "title": "NeuralSeek documentation (Console API endpoints at /integrate)"
        }
      ],
      "status": [
        {
          "href": "https://api.neuralseek.com/v1/{instance}/test",
          "title": "Platform-wide reachability probe (share-fated with the public REST API)."
        }
      ],
      "terms-of-service": [
        {
          "href": "https://neuralseek.com/trust-center",
          "type": "text/html"
        }
      ]
    },
    {
      "anchor": "https://api.neuralseek.com/v1/{instance}/chat/completions",
      "service-desc": [
        {
          "href": "https://api.neuralseek.com/neuralseek.json",
          "type": "application/vnd.oai.openapi+json;version=3.0",
          "title": "NeuralSeek OpenAI-compatible chat completions endpoint (documented alongside the public API)"
        }
      ],
      "service-doc": [
        {
          "href": "https://documentation.neuralseek.com/",
          "type": "text/html",
          "title": "NeuralSeek documentation — /chat/completions follows the OpenAI Chat Completions contract"
        }
      ],
      "status": [
        {
          "href": "https://api.neuralseek.com/v1/{instance}/test",
          "title": "Instance health probe; chat endpoint shares the same availability."
        }
      ]
    }
  ]
}
