Skip to content

SREDSimplify APIReference Hub

Authentication, response contracts, compatibility rules, and pointers to generated OpenAPI docs.

API reference

Use this section when you need the contract, not just the architecture.

Generated API docs

These runtime surfaces are the most accurate endpoint catalogs when the stack is running locally:

SurfaceLocal URLNotes
Spring Boot APIhttp://localhost:7000/swagger-ui/index.htmlReplace 7000 with 8080 if you started the backend via start.sh
FastAPI workerhttp://localhost:7002/docsReplace 7002 with 8000 if you started the Python service with API_PORT=8000

The Java backend already publishes OpenAPI for /api/v1/** and /internal/api/v1/**. The Python worker docs are useful for internal integration work, but that service is not a browser-facing public API.

What is documented here

What is not documented here

  • Product walkthroughs and architecture rationale: use the architecture hub
  • Local startup and debugging: use Quickstart
  • Production operations: use Ops