{
  "x402Version": 2,
  "id": 6476,
  "slug": "6476",
  "resource": "https://red-breeze-8b8c.keenanbooker83.workers.dev/verify-citation",
  "description": "Verify whether a cited source supports an exact factual claim",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xFbC4f75278c9F3C901EFaDa9fEB3DE76089Fcb99",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "claim": "The United States declared war on Japan on December 8, 1941.",
            "sourceUrl": "https://www.archives.gov/milestone-documents/joint-address-to-congress-declaration-of-war-against-japan"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "ok": true,
            "result": {
              "agent": {
                "id": "citation-verification",
                "version": "2.0.0"
              },
              "claim": "The United States declared war on Japan on December 8, 1941.",
              "verification": {
                "confidence": 0.98,
                "verdict": "supported"
              }
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "claim": {
                    "description": "The exact factual claim to test against the cited source.",
                    "maxLength": 4000,
                    "minLength": 1,
                    "type": "string"
                  },
                  "sourceUrl": {
                    "description": "Public URL of the source that allegedly supports the claim.",
                    "maxLength": 2048,
                    "minLength": 1,
                    "type": "string"
                  }
                },
                "required": [
                  "claim",
                  "sourceUrl"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "ok": {
                    "type": "boolean"
                  },
                  "result": {
                    "type": "object"
                  }
                },
                "required": [
                  "ok",
                  "result"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "red-breeze-8b8c.keenanbooker83.workers.dev",
  "lastUpdated": "2026-09-14T19:54:50.63Z",
  "quality": {
    "calls30d": 5,
    "uniquePayers30d": 4,
    "lastCalledAt": "2026-09-14T19:54:49.375Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "red-breeze-8b8c.keenanbooker83.workers.dev",
    "manifest_name": "red-breeze-8b8c.keenanbooker83.workers.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}