Skip to content

Endpoints and API Usage

This section describes how to access and interact with the STELLA App API once the application is running.


Application Access

The STELLA App exposes its REST API on the following endpoints:

  • STELLA App base URL:
    http://localhost:8080

  • Swagger / OpenAPI documentation:
    http://localhost:8080/docs

Swagger UI

The Swagger UI provides an interactive interface that allows users and developers to:

  • inspect request and response schemas
  • test API endpoints directly from the browser
  • trigger experimental workflows such as session creation, ranking and recommendation requests

The Swagger interface displays the current API version provided by the running STELLA App instance and provides an interactive view of all available endpoints and would be available at http://localhost:8080/docs.

Endpoint Semantics

A conceptual and workflow-oriented explanation of the STELLA App API endpoints is provided in the following documentation:

Site Owner → REST API Documentation

This documentation describes how individual endpoints relate to experiment execution, session lifecycle management and feedback collection.