Overshoot Healthz API

The Healthz API from Overshoot — 1 operation(s) for healthz.

OpenAPI Specification

overshoot-healthz-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Inference Service Billing Healthz API
  version: 0.4.0
  description: Pricing, prepaid balance, and checkout.
tags:
- name: Healthz
paths:
  /healthz:
    get:
      summary: Healthz
      operationId: healthz_healthz_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
      tags:
      - Healthz
components:
  securitySchemes:
    API Key:
      type: http
      description: Bearer <api_key>
      scheme: bearer