{
  "format": "delx/intent-card/v1",
  "id": "http-request-canonicalize-api",
  "intent": "HTTP Request Canonicalize for an agent workflow",
  "title": "HTTP Request Canonicalize API for agents",
  "description": "Canonicalize an HTTP request, remove credentials, and derive a stable fingerprint. Use it as a bounded preflight or analysis step inside an enterprise agent workflow before data, policy, integration, security, or commercial decisions reach production. Returns deterministic machine-readable JSON for $0.003 USDC via x402 on Base. Execution is first-party, local-only, stateless, memory-only, and has no paid upstream or input retention. Results are advisory; the caller remains responsible for authorization and production controls.",
  "keywords": [
    "HTTP Request Canonicalize API",
    "HTTP Request Canonicalize for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/http-request-canonicalize-api",
  "machine_url": "https://commerce.delx.ai/intents/http-request-canonicalize-api.json",
  "recommendation": {
    "tool_name": "util_http_request_canonicalize",
    "service_name": "Delx HTTP Request Canonicalize",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/http-request-canonicalize",
    "price_usdc": "0.003",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "request": {
          "description": "Input field: request.",
          "type": "object"
        }
      },
      "required": [
        "request"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "request": {
        "method": "get",
        "url": "https://api.example.com/jobs?b=2&a=1",
        "headers": {
          "Accept": "application/json"
        }
      }
    },
    "example_output": {
      "schema": "delx/util-http-request-canonicalize/v1",
      "request": {
        "method": "GET",
        "url": "https://api.example.com/jobs?a=1&b=2",
        "headers": {
          "accept": "application/json"
        },
        "body_sha256": "74234e98afe7498fb5daf1f36ac2d78acc339464f950703b8c019892f982b90b"
      },
      "credentials_removed": true,
      "fingerprint": "af2e466edad44443374c2fe4ac631b6beb771da69420202b62476eb599543e88"
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/http-request-canonicalize -m POST -H 'x-delx-source: intent-card-http-request-canonicalize-api' --max-amount 0.003 -b '{\"request\":{\"method\":\"get\",\"url\":\"https://api.example.com/jobs?b=2&a=1\",\"headers\":{\"Accept\":\"application/json\"}}}'",
      "max_amount_usdc": "0.003"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-http-request-canonicalize-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/http-request-canonicalize"
  }
}
