Scott Ai Health API

The Health API from Scott Ai — 2 operation(s) for health.

OpenAPI Specification

scott-ai-health-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: One-Shot access Health API
  version: 1.0.0
tags:
- name: Health
paths:
  /health:
    get:
      summary: Health
      operationId: health_health_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
      tags:
      - Health
  /health/db:
    get:
      summary: Health Db
      operationId: health_db_health_db_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
      tags:
      - Health
components:
  securitySchemes:
    HTTPBearer:
      type: http
      scheme: bearer