ToolAssay

Generate a personalized ROI projection and business case with quantified savings

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.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
284 msmedian answer time
$0.3listed price per call
$0.3price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://x402.orthogonal.com/bytemine/v1/apps/roi-calculator

CategoryEverything else
Provider hostx402.orthogonal.com
Networkseip155:143, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.3 284 ms

Example input (from the provider)

{
  "body": {
    "target_domain": "target_domain"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "contact_email": {
              "description": "Contact email",
              "type": "string"
            },
            "contact_linkedin": {
              "description": "Contact LinkedIn URL",
              "type": "string"
            },
            "contact_name": {
              "description": "Contact name",
              "type": "string"
            },
            "cta_link": {
              "description": "Call-to-action URL",
              "type": "string"
            },
            "investment_amount": {
              "description": "Annual cost in dollars",
              "type": "string"
            },
            "target_domain": {
              "description": "Prospect company domain",
              "type": "string"
            },
            "your_domain": {
              "description": "Your company domain",
              "type": "string"
            },
            "your_product_description": {
              "description": "Description of your product/service",
              "type": "string"
            }
          },
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON