{
  "x402Version": 2,
  "id": 9101,
  "slug": "9101",
  "resource": "https://api.relayshield.net/v1/payg/scan-url",
  "description": "Scan a URL for phishing or malware using heuristic signals (Google Safe Browsing, RDAP domain age, known IOC corpus) plus VirusTotal multi-engine analysis. Returns an async analysis ID to poll. Call before an agent clicks, fetches, or shares a link from an untrusted source.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x002CfD89c5636F45E3C8576D6E35154748412bAc",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "50000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "E64PiTT7U8ZUWFKdkrBFw1YzdD2bU1gKcuGnBRVqp7M6",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "50000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "url": "https://suspicious-site.example.com"
          },
          "bodyType": "json",
          "discoverable": true,
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "data": {
              "analysis_id": "u-abc123def456",
              "note": "Poll /v1/result/{analysis_id} every 5s until status is completed",
              "poll_endpoint": "/v1/result/u-abc123def456",
              "status": "pending",
              "target": "https://suspicious-site.example.com"
            },
            "ok": true
          },
          "type": "json"
        }
      },
      "schema": {
        "properties": {
          "input": {
            "properties": {
              "body": {
                "properties": {
                  "url": {
                    "description": "URL to scan (must start with http:// or https://)",
                    "type": "string"
                  }
                },
                "required": [
                  "url"
                ],
                "type": "object"
              }
            },
            "required": [
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "data": {
                    "properties": {
                      "analysis_id": {
                        "type": "string"
                      },
                      "note": {
                        "type": "string"
                      },
                      "poll_endpoint": {
                        "type": "string"
                      },
                      "status": {
                        "type": "string"
                      },
                      "target": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "ok": {
                    "type": "boolean"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.relayshield.net",
  "lastUpdated": "2026-09-17T05:40:50.68Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-17T05:40:49.485Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.relayshield.net",
    "manifest_name": "api.relayshield.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"
  }
}