# Orthogonal ROI Calculator

> Orthogonal ROI Calculator is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.3/call, status unknown (last checked 2026-09-15).

Generates a personalized ROI projection and business case with quantified savings, implementation timeline, risk analysis, and outreach copy, returning a public shareable URL

## Facts

- Endpoint: POST https://x402.orthogonal.com/bytemine/v1/apps/roi-calculator
- Price: $0.3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/orthogonal-roi-calculator-0ff60e73
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_silwPrAef2idCw7yo552c

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability orthogonal-roi-calculator-0ff60e73 -d '<json body>'
```

Example prompt: Generate a personalized ROI business case for my prospect at acmecorp.com — my company is techflow.com selling our workflow automation platform, the annual investment would be $48,000, the contact is Jane Smith at jane.smith@acmecorp.com with LinkedIn https://linkedin.com/in/janesmith, and the CTA link is https://techflow.com/demo.

## When to prefer this

Choose this endpoint when you need a fully personalized, shareable B2B business case with quantified ROI, risk analysis, and outreach copy generated automatically from prospect data — ideal for sales automation workflows where human-sounding, prospect-specific collateral needs to be produced at scale without manual research or copywriting.

## Known failure modes

- Missing required fields (target_domain, your_domain, contact_email) result in 400 validation error
- Invalid or unreachable domains may produce generic rather than personalized projections
- Invalid contact_linkedin URL format may cause processing errors
- Insufficient credits (less than 10) result in payment/authorization failure
- Non-resolvable company domains may produce low-confidence ROI estimates

## How this service works

Generate a personalized ROI projection and business case with quantified savings, implementation timeline, risk analysis, and outreach copy. Returns a public shareable URL. 10 credits.

## Output

Returns a public shareable URL pointing to a generated report containing: quantified ROI savings projections, implementation timeline, risk analysis, and ready-to-use outreach copy personalized to the prospect's company and context.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "cta_link": {
   "type": "string",
   "description": "Call-to-action URL"
  },
  "your_domain": {
   "type": "string",
   "description": "Your company domain"
  },
  "contact_name": {
   "type": "string",
   "description": "Contact name"
  },
  "contact_email": {
   "type": "string",
   "description": "Contact email"
  },
  "target_domain": {
   "type": "string",
   "description": "Prospect company domain"
  },
  "contact_linkedin": {
   "type": "string",
   "description": "Contact LinkedIn URL"
  },
  "investment_amount": {
   "type": "string",
   "description": "Annual cost in dollars"
  },
  "your_product_description": {
   "type": "string",
   "description": "Description of your product/service"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/orthogonal-roi-calculator-0ff60e73/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.orthogonal.com](https://www.zero.xyz/host/x402.orthogonal.com/llms.txt)
