Mireye Readyz API

The Readyz API from Mireye — 1 operation(s) for readyz.

OpenAPI Specification

mireye-readyz-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Mireye Earth Ask Readyz 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: Readyz
paths:
  /readyz:
    get:
      summary: Readyz
      operationId: readyz_readyz_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
      tags:
      - Readyz