Quantum Art QaaS Backend API API

The QaaS Backend API API from Quantum Art — 1 operation(s) for qaas backend api.

OpenAPI Specification

quantum-art-qaas-backend-api-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: QaaS Backend admin QaaS Backend API API
  description: Quantum-as-a-Service Backend providing task management, metrics, and real-time communication
  version: 1.0.0
tags:
- name: QaaS Backend API
paths:
  /:
    get:
      summary: Root Redirect
      description: Serve React frontend index.html.
      operationId: root_redirect__get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
      tags:
      - QaaS Backend API
components:
  securitySchemes:
    HTTPBearer:
      type: http
      scheme: bearer