Skip to content

API Evidentia API

evidentia-wiki-sync[bot] edited this page May 29, 2026 · 1 revision

evidentia-api API

Auto-generated page. This public-surface index is generated from the package source by scripts/wiki/sync_api_docs.py. Do not edit it by hand; change the package and re-run the generator (uv run python scripts/wiki/sync_api_docs.py).

FastAPI REST server + bundled React web UI for Evidentia

Install: pip install evidentia-api. Import root: evidentia_api.

Public API

evidentia_api keeps a thin package root (it exposes only __version__); its API surface lives in the submodules listed below.

Submodules

Public submodules + subpackages of evidentia_api (import directly, e.g. from evidentia_api.app import ...):

  • evidentia_api.app
  • evidentia_api.auth_middleware
  • evidentia_api.cli
  • evidentia_api.deps
  • evidentia_api.rate_limit
  • evidentia_api.rbac_dependency
  • evidentia_api.routers
  • evidentia_api.schemas
  • evidentia_api.security_headers

Full signatures

This page is a public-surface index. For full, always-current type signatures and rendered docstrings, see the live API reference (built from the source with mkdocstrings) or read the source.

Clone this wiki locally