Wispr AI Wispr Backend API

The Wispr Backend API from Wispr AI — 1 operation(s) for wispr backend.

OpenAPI Specification

wispr-ai-wispr-backend-api-openapi.yml Raw ↑
openapi: 3.0.3
info:
  title: Analytics Wispr Backend API
  description: Wispr Backend API
  version: 0.5.2
tags:
- name: Wispr Backend
paths:
  /:
    get:
      summary: Read Root
      operationId: read_root__get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
      tags:
      - Wispr Backend
components:
  securitySchemes:
    ApiKeyHeaderPatched:
      type: apiKey
      in: header
      name: Authorization
    APIKeyHeader:
      type: apiKey
      in: header
      name: X-API-Key