{
  "x402Version": 2,
  "id": 13465,
  "slug": "13465",
  "resource": "https://policycheck.tools/api/x402/analyze",
  "description": "PolicyCheck premium analysis — full risk assessment with detailed findings",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x5fEB3281d7E81Ea5e55AAeA96639DaaCA5d601c1",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "30000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "url": "https://example.com/policies/refund-policy"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "analysis": {
              "buyerProtectionScore": 35,
              "keyFindings": [
                "Binding arbitration clause found",
                "Class action waiver present",
                "No refund policy"
              ],
              "riskLevel": "high",
              "summary": "High risk indicators detected. 3 of 5 policy categories flagged. Binding arbitration limits dispute resolution. Class action waiver present. No refund policy."
            },
            "payment": {
              "network": "eip155:8453",
              "payer": "0x...",
              "settled": true,
              "transaction": "0x..."
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "sellerUrl": {
                    "description": "Seller homepage URL — auto-discovers all policy pages",
                    "type": "string"
                  },
                  "text": {
                    "description": "Raw policy/terms text to analyse",
                    "type": "string"
                  },
                  "url": {
                    "description": "URL of a policy page to analyse",
                    "type": "string"
                  }
                }
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "bodyType",
              "body",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "policycheck.tools",
  "lastUpdated": "2026-09-17T06:16:08.577Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-17T06:16:08.355Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "policycheck.tools",
    "manifest_name": "policycheck.tools",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}