{
  "x402Version": 2,
  "id": 4465,
  "slug": "4465",
  "resource": "https://api.interzoid.com/getorgmatchscore",
  "description": "Compare two organization/company names and receive a match score from 0-100 indicating how similar they are. Useful for determining if two company names refer to the same entity.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xdCEca23FF8A7145e1b5B35427C9886CF21A67566",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "org1": "General Electric",
            "org2": "GE Corp"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "Code": "Success",
            "Credits": "0",
            "Score": "92"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "org1": {
                    "description": "First organization name",
                    "type": "string"
                  },
                  "org2": {
                    "description": "Second organization name to compare",
                    "type": "string"
                  }
                },
                "required": [
                  "org1",
                  "org2"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.interzoid.com",
  "lastUpdated": "2026-09-13T10:40:04.619Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-13T10:40:04.479Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.interzoid.com",
    "manifest_name": "api.interzoid.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}