Scott Ai One Shot API API

The One Shot API API from Scott Ai — 1 operation(s) for one shot api.

OpenAPI Specification

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