Mireye Meta API

The Meta API from Mireye — 1 operation(s) for meta.

OpenAPI Specification

mireye-meta-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Mireye Earth Ask Meta 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: Meta
paths:
  /v1/meta/fields:
    get:
      summary: Meta Fields
      description: 'Return the public catalog + presets + US envelope.


        ``?lifecycle=`` filters the listed fields (default hides ``experimental``;

        ``all`` includes everything; or a specific lifecycle). Sets ETag +

        Cache-Control so clients can skip re-download for an hour. Honors

        If-None-Match → 304.'
      operationId: meta_fields_v1_meta_fields_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
      tags:
      - Meta