{
  "format": "delx/intent-card/v1",
  "id": "url-path-normalize-api",
  "intent": "URL Path Normalize for an agent workflow",
  "title": "URL Path Normalize API for agents",
  "description": "Normalize URL scheme, host casing, and path slashes without fetching — call when normalizing scheme, host, and path without fetching. Use on text/URLs the agent already holds—adjacent to high-volume extract demand, never advertised as general web or X search. Returns deterministic machine-readable JSON for $0.003 USDC via x402 on Base. Execution is first-party, local-only, stateless, and memory-only with no paid upstream, no input retention, and no claim of live chain tip, web search, or media generation. Results are advisory; the caller owns authorization and production controls.",
  "keywords": [
    "URL Path Normalize API",
    "URL Path Normalize for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/url-path-normalize-api",
  "machine_url": "https://commerce.delx.ai/intents/url-path-normalize-api.json",
  "recommendation": {
    "tool_name": "util_url_path_normalize",
    "service_name": "Delx URL Path Normalize",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/url-path-normalize",
    "price_usdc": "0.003",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "url": {
          "description": "URL to normalize (no fetch is performed).",
          "type": "string"
        }
      },
      "required": [
        "url"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "url": "HTTPS://Example.COM//a/b/"
    },
    "example_output": {
      "schema": "delx/util-url-path-normalize/v1",
      "valid": true,
      "normalized": "https://example.com/a/b",
      "host": "example.com",
      "path": "/a/b"
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/url-path-normalize -m POST -H 'x-delx-source: intent-card-url-path-normalize-api' --max-amount 0.003 -b '{\"url\":\"HTTPS://Example.COM//a/b/\"}'",
      "max_amount_usdc": "0.003"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-url-path-normalize-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-path-normalize"
  }
}
