{
  "format": "delx/intent-card/v1",
  "id": "url-query-param-diff-api",
  "intent": "URL Query Param Diff for an agent workflow",
  "title": "URL Query Param Diff API for agents",
  "description": "URL Query Param Diff: URL Query Param Diff finds added, removed, and changed query parameters between URLs from bounded caller-supplied values without an external provider. Call URL Query Param Diff before accepting, caching, redirecting, or retrying a caller-supplied web response. Returns normalized web evidence, the computed finding, and an explicit pass or advisory status for URL Query Param Diff as versioned deterministic JSON. Price: $0.001 USDC via x402 on Base. First-party, stateless, memory-only execution with no paid upstream, live RPC, web search, credentials, custody, signing, media generator, or input retention. Honest limit: Evaluates only caller-supplied metadata; it performs no DNS lookup, HTTP request, web search, credential use, or persistent storage. Advisory output only; the buyer owns authorization, payment policy, and production decisions.",
  "keywords": [
    "URL Query Param Diff API",
    "URL Query Param Diff for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/url-query-param-diff-api",
  "machine_url": "https://commerce.delx.ai/intents/url-query-param-diff-api.json",
  "recommendation": {
    "tool_name": "util_url_query_param_diff",
    "service_name": "URL Query Param Diff",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/url-query-param-diff",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
        "before_url": {
          "type": "string",
          "maxLength": 8192,
          "description": "Before URL supplied to URL Query Param Diff; used only for this bounded calculation and processed in memory without retention."
        },
        "after_url": {
          "type": "string",
          "maxLength": 8192,
          "description": "After URL supplied to URL Query Param Diff; used only for this bounded calculation and processed in memory without retention."
        }
      },
      "required": [
        "before_url",
        "after_url"
      ],
      "additionalProperties": false
    },
    "example_input": {
      "before_url": "https://example.com?a=1&b=2",
      "after_url": "https://example.com?a=2&c=3"
    },
    "example_output": {
      "schema": "delx/util-url-query-param-diff/v1",
      "operation": "web_reliability:url_query_param_diff",
      "status": "pass",
      "result": {
        "added": {
          "c": "3"
        },
        "removed": {
          "b": "2"
        },
        "changed": {
          "a": {
            "before": "1",
            "after": "2"
          }
        }
      },
      "evidence": {
        "input_sha256": "3515f5558fb69829367b6de74545ae835dc31d8214a47050a271c62c654bddfe",
        "retained": false,
        "external_calls": 0
      }
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/url-query-param-diff -m POST -H 'x-delx-source: intent-card-url-query-param-diff-api' --max-amount 0.001 -b '{\"before_url\":\"https://example.com?a=1&b=2\",\"after_url\":\"https://example.com?a=2&c=3\"}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-url-query-param-diff-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/url-query-param-diff"
  }
}
