Janus.Guru

An API for document assistants

Use Janus.Guru from a portal, internal system, Telegram bot, CRM, editorial tool, or operational dashboard—not only from the website.

Public methods

  • GET /api/corpora — available collections
  • POST /api/source-refs — fast source lookup
  • POST /api/ask — synchronous answer
  • POST /api/ask/stream — SSE answer stream

Machine interfaces

  • OpenAPI: /api/openapi.json
  • LLM context: /llms.txt and /llms-full.txt
  • QazStack consumer contract: /.well-known/qazstack-consumer.json
  • Widget loader: /widget/janus.js

Frequently asked questions

  • Where is the OpenAPI schema?
    The machine-readable schema is available at https://janus.guru/api/openapi.json.
  • Can Janus.Guru connect to an existing system?
    Yes. HTTP API, SSE, and the embeddable widget cover common integration paths.