# Meta ## OpenAPI specification (this document) **get** `/api/meta/openapi` Returns this OpenAPI 3.1 YAML document. No authentication required. CORS open. ### Example ```http curl https://racks.cash/api/meta/openapi ``` ## Machine-readable API catalog (JSON) **get** `/api/meta/racks-api` Returns a JSON file listing all public API routes with auth requirements and descriptions. ### Example ```http curl https://racks.cash/api/meta/racks-api ``` #### Response ```json {} ```