{
  "ok": true,
  "worker": "stylinarts-image-intelligence",
  "version": "5.0.0-enterprise-image-intelligence",
  "route": "https://www.stylinarts.com/img",
  "examples": {
    "collection": "/img?src=<ENCODED_URL>&preset=collection&w=520",
    "collectionRetina": "/img?src=<ENCODED_URL>&preset=collection&w=520&dpr=2",
    "hover": "/img?src=<ENCODED_URL>&preset=collection-hover&w=520",
    "blur": "/img?src=<ENCODED_URL>&preset=blur&w=48",
    "smartPortrait": "/img?src=<ENCODED_URL>&preset=portrait&w=760",
    "pdp": "/img?src=<ENCODED_URL>&preset=pdp&w=1400"
  },
  "widths": [
    48,
    96,
    160,
    240,
    320,
    375,
    420,
    520,
    620,
    760,
    980,
    1200,
    1400,
    1600,
    1920,
    2400,
    3000
  ],
  "sourcePolicy": [
    "https://cdn.shopify.com/s/files/...",
    "https://cdn.shopify.com/shopifycloud/...",
    "https://www.stylinarts.com/cdn/shop/...",
    "/cdn/shop/..."
  ],
  "notes": [
    "Use srcset + sizes in Shopify for responsive selection.",
    "Use loading and fetchpriority in HTML, not in the Worker.",
    "Collection cards preserve the full product by default.",
    "Smart crop is opt-in with preset=portrait."
  ]
}