{
  "name": "ckx-screenshots",
  "description": "Screenshot API for OpenGraph / social share images.",
  "usage": {
    "screenshot": "https://social.ckx.be/get?url=example.com/some-page",
    "parameters": {
      "url": "Target page (required). Scheme optional; query string is ignored.",
      "w": "Width in px (default from DEFAULT_WIDTH, e.g. 1200).",
      "h": "Height in px (default from DEFAULT_HEIGHT, e.g. 630).",
      "scale": "output pixel density 1-3 (default 2); output = w*scale x h*scale.",
      "zoom": "page zoom like a browser (default 1). <1 zooms out (more content, e.g. 0.5), >1 zooms in. Output size is unchanged.",
      "format": "png | jpeg | webp (default png).",
      "quality": "1-100, jpeg/webp only.",
      "fullPage": "true to capture the whole scrollable page.",
      "delay": "ms to wait after fonts load, for animations (0-10000).",
      "fresh": "true to bypass the cache and force a new render."
    },
    "example_meta_tag": "<meta property=\"og:image\" content=\"https://social.ckx.be/get?url=example.com/blog/my-post\" />"
  }
}