Mireye Healthz API

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

OpenAPI Specification

mireye-healthz-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Mireye Earth Ask Healthz API
  description: Provenance-tagged geospatial data for US coordinates. POST /v1/fetch for deterministic field values; POST /v1/ask for natural-language Q&A; GET /v1/meta/fields for the catalog.
  version: 0.14.0
tags:
- name: Healthz
paths:
  /healthz:
    get:
      summary: Healthz
      operationId: healthz_healthz_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                additionalProperties:
                  type: string
                type: object
                title: Response Healthz Healthz Get
      tags:
      - Healthz