> ## Documentation Index
> Fetch the complete documentation index at: https://docs.batchrelay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get this OpenAPI document



## OpenAPI

````yaml https://api.batchrelay.com/openapi.json get /openapi.json
openapi: 3.1.0
info:
  title: Batch Relay API
  version: 1.0.0
  description: >-
    Provider-neutral print catalog and prepared-media validation. This document
    covers only routes owned by the Go service; it deliberately excludes
    migration-proxied order lifecycle routes and all provider payloads.
servers:
  - url: https://api.batchrelay.com
security: []
tags:
  - name: System
  - name: Catalog
  - name: Print orders
  - name: API accounts
paths:
  /openapi.json:
    get:
      tags:
        - System
      summary: Get this OpenAPI document
      operationId: getOpenAPIDocument
      responses:
        '200':
          description: OpenAPI 3.1 document
          content:
            application/vnd.oai.openapi+json;version=3.1.0:
              schema:
                type: object

````