{
  "x402Version": 2,
  "id": 12418,
  "slug": "12418",
  "resource": "https://lab.paidapis.net/api/resize-image",
  "description": "Task-runner: resize an image (?url=, ?width=, ?height=, max 2000px each) and return it as a data URL. Priced at $0.02/output-megapixel (min $0.005) — sells compute, metered by resource use, not a flat fee.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xf74f2020aC3d73F2Bf5ee0F8Bf635475eA881319",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "height": 0,
            "url": "",
            "width": 0
          },
          "type": "http"
        },
        "output": {
          "example": {
            "format": "",
            "height": 0,
            "imageDataUrl": "",
            "resizedAt": "",
            "sizeBytes": 0,
            "width": 0
          },
          "type": "json"
        }
      },
      "schema": {
        "properties": {
          "input": {
            "properties": {
              "queryParams": {
                "properties": {
                  "height": {
                    "description": "Output height in px, up to 2000.",
                    "type": "integer"
                  },
                  "url": {
                    "description": "Public http(s) URL of the source image.",
                    "type": "string"
                  },
                  "width": {
                    "description": "Output width in px, up to 2000.",
                    "type": "integer"
                  }
                },
                "required": [
                  "url",
                  "width",
                  "height"
                ],
                "type": "object"
              }
            }
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "format": {
                    "type": "string"
                  },
                  "height": {
                    "type": "integer"
                  },
                  "imageDataUrl": {
                    "type": "string"
                  },
                  "resizedAt": {
                    "type": "string"
                  },
                  "sizeBytes": {
                    "type": "integer"
                  },
                  "width": {
                    "type": "integer"
                  }
                },
                "type": "object"
              }
            }
          }
        }
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "lab.paidapis.net",
  "lastUpdated": "2026-09-12T15:27:59.498Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-12T15:27:59.363Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "lab.paidapis.net",
    "manifest_name": "lab.paidapis.net",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}