Skip to content

Legaciti API Docs

This site publishes the current HTTP API surface for Legaciti.

  • dashboard-api covers authenticated dashboard endpoints used by the internal publication management interface.
  • public-api covers the public read-only endpoints and the public ingestion entrypoint.

The API reference pages are generated from OpenAPI documents exported from the worker codebase and written into this site during build.

  • Endpoint reference for the dashboard API
  • Endpoint reference for the public API
  • Download links for raw OpenAPI JSON files
  • Authentication notes for both API surfaces
  • Tighten response schemas so more endpoints use exact payload contracts instead of broad object placeholders
  • Add request and response examples pulled from the shared schema layer
  • Introduce stronger reuse between runtime validation schemas and generated OpenAPI components