{
  "x402Version": 2,
  "id": 15810,
  "slug": "15810",
  "resource": "https://qf-api.quietforge-studio.workers.dev/v1/render",
  "description": "Render a public URL or an HTML string in headless Chromium and return a PNG, JPEG or PDF (base64). Viewport, full-page, device scale and paper size are caller-controlled.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x3F5115236f25618c16021E983acaAF2CAaa1A35e",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "type": "object",
    "properties": {
      "format": {
        "type": "string"
      },
      "content_type": {
        "type": "string"
      },
      "bytes": {
        "type": "integer"
      },
      "width": {
        "type": "integer"
      },
      "height": {
        "type": "integer"
      },
      "final_url": {
        "type": "string"
      },
      "title": {
        "type": "string"
      },
      "blocked_requests": {
        "type": "integer",
        "description": "Sub-requests refused because they pointed at a non-public host or scheme"
      },
      "content_base64": {
        "type": "string"
      },
      "elapsed_ms": {
        "type": "integer"
      }
    },
    "required": [
      "format",
      "content_type",
      "bytes",
      "content_base64"
    ]
  },
  "tags": [
    "browser",
    "screenshot",
    "pdf",
    "render",
    "html"
  ],
  "sourceHost": "walnut-cobble-pm48.here.now",
  "lastUpdated": "2026-09-21T05:57:15.018Z",
  "quality": {},
  "liveness": {
    "isLive": true,
    "lastCheckedAt": "2026-09-21T06:04:23.404Z",
    "reliability": {
      "checks": 1,
      "live": 1
    }
  },
  "verified": true,
  "featured": false,
  "provider": {
    "host": "walnut-cobble-pm48.here.now",
    "manifest_name": "Quietforge Docs API",
    "source": "submitted",
    "source_manifest_url": "https://walnut-cobble-pm48.here.now/.well-known/x402.json",
    "submitted_at": "2026-09-21T05:57:15.018Z"
  },
  "exampleResponse": {
    "format": "string",
    "content_type": "string",
    "bytes": 0,
    "width": 0,
    "height": 0,
    "final_url": "string",
    "title": "string",
    "blocked_requests": 0,
    "content_base64": "string",
    "elapsed_ms": 0
  }
}