Skip to content

Calculate ROI projection

POST
/api/v1/sales/roi/calculate

Calculate projected ROI from UltimateTeam deployment based on business metrics and industry benchmarks. This endpoint is public (no auth required) for marketing site and sales deck embedding.

Authorizations

Request Body required

Business metrics input for ROI calculation.

Attributes: monthly_revenue: Current monthly revenue in USD. employee_count: Number of employees. hours_marketing: Weekly hours spent on marketing/sales. hours_finance: Weekly hours spent on finance/accounting. hours_operations: Weekly hours spent on operations/admin. current_tool_spend: Monthly spend on existing SaaS tools in USD. industry: Business industry vertical for benchmark selection.

object
current_tool_spend

Monthly spend on existing SaaS tools in USD

number
employee_count
required

Number of employees

integer
> 0
hours_finance

Weekly hours spent on finance/accounting

number
default: 5
hours_marketing

Weekly hours spent on marketing/sales activities

number
default: 10
hours_operations

Weekly hours spent on operations/admin

number
default: 8
industry

Business industry vertical (e-commerce, professional_services, saas, restaurant, contractor, general)

string
default: general
monthly_revenue
required

Current monthly revenue in USD

number
> 0

Responses

200

Successful Response

Full ROI calculator response with input echo and projections.

Attributes: input_summary: Echo of the input parameters. projection: Calculated ROI projections. industry_benchmark: Industry vertical used for benchmarks. disclaimer: Legal disclaimer about projections.

object
disclaimer
required
string
industry_benchmark
required
string
input_summary
required
object
key
additional properties
any
projection
required

Projected ROI results from UltimateTeam deployment.

Attributes: monthly_revenue_increase: Projected additional monthly revenue in USD. monthly_cost_savings: Projected monthly cost savings in USD. monthly_time_savings_hours: Projected monthly hours saved. annual_revenue_increase: Projected additional annual revenue in USD. annual_cost_savings: Projected annual cost savings in USD. annual_time_savings_hours: Projected annual hours saved. roi_multiple: Return on investment multiple (annual value / annual cost). payback_months: Months until ROI breaks even. recommended_plan: Suggested pricing plan based on business size. recommended_plan_price: Monthly price of recommended plan in USD.

object
annual_cost_savings
required
number
annual_revenue_increase
required
number
annual_time_savings_hours
required
number
monthly_cost_savings
required
number
monthly_revenue_increase
required
number
monthly_time_savings_hours
required
number
payback_months
required
number
recommended_plan
required
string
recommended_plan_price
required
number
roi_multiple
required
number

422

Validation Error

object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string