{
  "x402Version": 2,
  "id": 4802,
  "slug": "4802",
  "resource": "https://tools.halowerk.com/v1/screenshot",
  "description": "Rendert eine URL in Headless Chrome und liefert PNG als Base64 plus kurzlebige Abhol-URL. Viewport, Vollseite und Wartebedingung steuerbar.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "4000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "full_page": false,
            "height": 800,
            "url": "https://example.com",
            "width": 1280
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "bytes": 48213,
            "final_url": "https://example.com/",
            "format": "png",
            "height": 800,
            "image_base64": "iVBORw0KGgoAAAANS...",
            "image_url": "https://tools.halowerk.com/shots/abc123.png",
            "title": "Example Domain",
            "url": "https://example.com",
            "width": 1280
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "full_page": {
                    "default": false,
                    "type": "boolean"
                  },
                  "height": {
                    "default": 800,
                    "maximum": 2000,
                    "minimum": 320,
                    "type": "integer"
                  },
                  "include_base64": {
                    "default": true,
                    "type": "boolean"
                  },
                  "url": {
                    "description": "Ziel-URL, http oder https",
                    "type": "string"
                  },
                  "wait_ms": {
                    "default": 0,
                    "maximum": 10000,
                    "type": "integer"
                  },
                  "wait_until": {
                    "default": "domcontentloaded",
                    "enum": [
                      "domcontentloaded",
                      "load",
                      "networkidle0",
                      "networkidle2"
                    ],
                    "type": "string"
                  },
                  "width": {
                    "default": 1280,
                    "maximum": 2560,
                    "minimum": 320,
                    "type": "integer"
                  }
                },
                "required": [
                  "url"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "tools.halowerk.com",
  "lastUpdated": "2026-08-26T00:34:44.044Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-26T00:34:43.57Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "tools.halowerk.com",
    "manifest_name": "tools.halowerk.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}