{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "web-refinery-407929312862-asia-northeast3-run-app-v1-refine",
  "title": "Web-refinery-407929312862 \u00b7 Refine",
  "url": "https://web-refinery-407929312862.asia-northeast3.run.app/v1/refine",
  "category": "compute",
  "summary": "Web-refinery-407929312862 \u00b7 Refine \u2014 x402-protected compute API. Pay $0.0030 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Web-refinery-407929312862 \u00b7 Refine \u2014 x402 compute API \u00b7 $0.0030 per ca",
    "description": "Web-refinery-407929312862 \u00b7 Refine \u2014 x402-protected compute API. Pay $0.0030 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 1.0,
    "median_category_atomic": 3000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x777bb0c9ff8805e0d9a122ef7a4609d425422ec4",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "3000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Clean web content extraction for AI agents. Removes ads, navigation, and noise from any URL, returns structured JSON with article text and metadata.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "url": "https://blog.cloudflare.com/workers-ai",
            "format": "basic"
          }
        },
        "output": {
          "type": "json",
          "example": {
            "data": {
              "title": "Workers AI: serverless GPU-powered inference on Cloudflare",
              "content": {
                "text": "Workers AI Article content in plain text...",
                "markdown": "# Workers AI\n\nArticle content in markdown..."
              },
              "wordCount": 2591,
              "contentType": "article",
              "readingTime": 13
            },
            "meta": {
              "url": "https://blog.cloudflare.com/workers-ai",
              "fetchMs": 1200,
              "parseMs": 800,
              "fetchedAt": "2026-03-06T12:00:00Z",
              "processingMs": 2000
            },
            "status": "success"
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "web-refinery-407929312862-asia-northeast3-run-app",
    "host": "web-refinery-407929312862.asia-northeast3.run.app",
    "url": "https://web-refinery-407929312862.asia-northeast3.run.app"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/web-refinery-407929312862-asia-northeast3-run-app-v1-refine",
    "url": "https://x402all.com/resource/web-refinery-407929312862-asia-northeast3-run-app-v1-refine",
    "name": "Web-refinery-407929312862 \u00b7 Refine",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/web-refinery-407929312862-asia-northeast3-run-app-v1-refine",
      "@type": "Offer",
      "price": "0.003",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "additionalProperty": [
        {
          "name": "paymentNetwork",
          "@type": "PropertyValue",
          "value": "base"
        },
        {
          "name": "paymentAsset",
          "@type": "PropertyValue",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ],
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.003000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://web-refinery-407929312862.asia-northeast3.run.app/v1/refine",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/web-refinery-407929312862-asia-northeast3-run-app",
      "url": "https://web-refinery-407929312862.asia-northeast3.run.app",
      "name": "web-refinery-407929312862.asia-northeast3.run.app",
      "@type": "Organization"
    },
    "identifier": "web-refinery-407929312862-asia-northeast3-run-app-v1-refine",
    "description": "Web-refinery-407929312862 \u00b7 Refine \u2014 x402-protected compute API. Pay $0.0030 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=web-refinery-407929312862-asia-northeast3-run-app-v1-refine",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "compute"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=web-refinery-407929312862-asia-northeast3-run-app-v1-refine",
  "callability": {
    "status": "call_ready",
    "schema_callability": 0.77,
    "source": "provider_openapi",
    "source_confidence": 0.9,
    "match_confidence": 0.95,
    "schema_confidence": 1.0,
    "validated_at": "2026-05-10T23:49:12.437253+00:00",
    "warnings": []
  },
  "contract": {
    "method": "GET",
    "route_template": "/v1/refine",
    "content_type": "application/json",
    "query_schema": {
      "type": "object",
      "required": [
        "url"
      ],
      "properties": {
        "url": {
          "type": "string",
          "format": "uri",
          "example": "https://blog.cloudflare.com/workers-ai"
        },
        "format": {
          "enum": [
            "basic",
            "structured"
          ],
          "type": "string",
          "default": "basic"
        }
      }
    },
    "response_schema": {
      "type": "object",
      "required": [
        "status",
        "data",
        "meta"
      ],
      "properties": {
        "data": {
          "type": "object",
          "required": [
            "title",
            "content",
            "wordCount",
            "readingTime",
            "contentType"
          ],
          "properties": {
            "image": {
              "type": "string",
              "nullable": true,
              "description": "OG image URL (structured format only)"
            },
            "title": {
              "type": "string",
              "description": "Article title"
            },
            "author": {
              "type": "string",
              "nullable": true,
              "description": "Author name (structured format only)"
            },
            "content": {
              "type": "object",
              "required": [
                "markdown",
                "text"
              ],
              "properties": {
                "text": {
                  "type": "string",
                  "description": "Cleaned content in plain text (no markdown syntax)"
                },
                "markdown": {
                  "type": "string",
                  "description": "Cleaned content in markdown format"
                }
              }
            },
            "warning": {
              "type": "string",
              "description": "Present if content may be incomplete or page is a listing"
            },
            "language": {
              "type": "string",
              "nullable": true,
              "description": "Content language (structured format only)"
            },
            "siteName": {
              "type": "string",
              "nullable": true,
              "description": "Site name (structured format only)"
            },
            "wordCount": {
              "type": "integer",
              "description": "Word count of extracted content"
            },
            "contentType": {
              "enum": [
                "article",
                "listing"
              ],
              "type": "string",
              "description": "\"article\" for normal pages, \"listing\" for tag/category/archive pages"
            },
            "description": {
              "type": "string",
              "nullable": true,
              "description": "Meta description (structured format only)"
            },
            "publishedAt": {
              "type": "string",
              "nullable": true,
              "description": "Publication date (structured format only)"
            },
            "readingTime": {
              "type": "integer",
              "description": "Estimated reading time in minutes"
            }
          }
        },
        "meta": {
          "type": "object",
          "required": [
            "url",
            "fetchedAt",
            "fetchMs",
            "parseMs",
            "processingMs"
          ],
          "properties": {
            "url": {
              "type": "string",
              "description": "The URL that was fetched"
            },
            "fetchMs": {
              "type": "integer",
              "description": "Time spent fetching the URL (ms)"
            },
            "parseMs": {
              "type": "integer",
              "description": "Time spent parsing and cleaning (ms)"
            },
            "fetchedAt": {
              "type": "string",
              "format": "date-time",
              "description": "ISO 8601 timestamp of when the content was fetched"
            },
            "processingMs": {
              "type": "integer",
              "description": "Total processing time (ms)"
            }
          }
        },
        "status": {
          "enum": [
            "success"
          ],
          "type": "string"
        }
      }
    },
    "examples": [
      {
        "error": {
          "code": "MISSING_URL",
          "message": "url query parameter is required"
        },
        "status": "error"
      },
      {
        "error": {
          "code": "EXTRACTION_FAILED",
          "message": "Could not extract article content"
        },
        "status": "error"
      },
      {
        "error": {
          "code": "FETCH_FAILED",
          "message": "Upstream returned 403"
        },
        "status": "error"
      },
      {
        "error": {
          "code": "TIMEOUT",
          "message": "Fetching URL timed out after 7s"
        },
        "status": "error"
      }
    ],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "declared",
      "header_schema": "unknown",
      "request_body_schema": "explicit_none",
      "response_schema": "declared"
    },
    "contract_hash": "ddd50167031cbf6acbc9d11280d21ccb38c13f9454cdc04ade10bc21b4eb2b56"
  }
}