{
  "format": "delx/intent-card/v1",
  "id": "funnel-conversion-api",
  "intent": "Funnel Conversion for an agent workflow",
  "title": "Funnel Conversion API for agents",
  "description": "Calculate step and overall conversion from ordered funnel stages. 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": [
    "Funnel Conversion API",
    "Funnel Conversion for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/funnel-conversion-api",
  "machine_url": "https://commerce.delx.ai/intents/funnel-conversion-api.json",
  "recommendation": {
    "tool_name": "util_funnel_conversion",
    "service_name": "Delx Funnel Conversion",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/funnel-conversion",
    "price_usdc": "0.003",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "stages": {
          "description": "Input field: stages.",
          "type": "object"
        }
      },
      "required": [
        "stages"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "stages": {
        "visited": 1000,
        "challenged": 100,
        "paid": 12,
        "delivered": 11
      }
    },
    "example_output": {
      "schema": "delx/util-funnel-conversion/v1",
      "stages": {
        "visited": 1000,
        "challenged": 100,
        "paid": 12,
        "delivered": 11
      },
      "transitions": [
        {
          "from": "visited",
          "to": "challenged",
          "conversion_percent": 10,
          "dropoff": 900
        },
        {
          "from": "challenged",
          "to": "paid",
          "conversion_percent": 12,
          "dropoff": 88
        },
        {
          "from": "paid",
          "to": "delivered",
          "conversion_percent": 91.6667,
          "dropoff": 1
        }
      ],
      "overall_conversion_percent": 1.1
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/funnel-conversion -m POST -H 'x-delx-source: intent-card-funnel-conversion-api' --max-amount 0.003 -b '{\"stages\":{\"visited\":1000,\"challenged\":100,\"paid\":12,\"delivered\":11}}'",
      "max_amount_usdc": "0.003"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-funnel-conversion-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/funnel-conversion"
  }
}
