{
  "name": "StrikeHoney website API",
  "version": "0.15.8",
  "productApi": "none",
  "note": "No endpoint here reads or writes a contractor's jobs, quotes or invoices. What is public is this website: every page also serves itself as markdown. GET https://www.strikehoney.com/llms.txt first.",
  "documentation": "https://www.strikehoney.com/developers",
  "specification": "https://www.strikehoney.com/openapi.json",
  "markdown": {
    "how": "Send `Accept: text/markdown` to any page URL, or append `.md` to its path.",
    "example": "https://www.strikehoney.com/pricing.md",
    "pages": 59
  },
  "endpoints": [
    {
      "method": "GET",
      "path": "/{page}.md",
      "operationId": "getPageAsMarkdown",
      "summary": "Fetch any page of the site as markdown"
    },
    {
      "method": "GET",
      "path": "/llms.txt",
      "operationId": "getLlmsTxt",
      "summary": "The site summary written for language models"
    },
    {
      "method": "GET",
      "path": "/llms-full.txt",
      "operationId": "getLlmsFullTxt",
      "summary": "The long site summary"
    },
    {
      "method": "GET",
      "path": "/sitemap.xml",
      "operationId": "getSitemap",
      "summary": "Every URL on the site"
    },
    {
      "method": "GET",
      "path": "/robots.txt",
      "operationId": "getRobotsTxt",
      "summary": "Crawler policy"
    },
    {
      "method": "GET",
      "path": "/openapi.json",
      "operationId": "getOpenApiDocument",
      "summary": "This document"
    },
    {
      "method": "GET",
      "path": "/api",
      "operationId": "getApiIndex",
      "summary": "Short JSON index of the endpoints"
    },
    {
      "method": "GET",
      "path": "/api/health",
      "operationId": "getHealth",
      "summary": "Liveness, and optionally dependency state"
    }
  ]
}