﻿openapi: 3.1.0
info:
  title: zip API
  version: 1.1.0
  description: Public discovery, status, and read-only browser-local archive planning endpoints for ZIP. Archive bytes are never accepted by MCP.
servers:
  - url: https://zip.platphormnews.com
paths:
  /api/health:
    get:
      summary: Health check
      operationId: getHealth
      tags:
        - Health
      responses:
        "200":
          description: Healthy
  /api/v1/health:
    get:
      summary: Health check v1
      operationId: getHealthV1
      tags:
        - Health
      responses:
        "200":
          description: Healthy
  /api/docs:
    get:
      summary: OpenAPI specification
      operationId: getOpenApi
      tags:
        - Meta
      responses:
        "200":
          description: OpenAPI specification
  /api/mcp:
    get:
      summary: MCP metadata endpoint
      operationId: getMcp
      tags:
        - MCP
      responses:
        "200":
          description: MCP manifest
