# BuildPulse Project ROI Analysis

> BuildPulse Project ROI Analysis is a paid API for AI agents from buildpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Analyzes return on investment for home improvement projects, returning resale value uplift, rental income potential, payback period, and ADU scenario comparisons.

## Facts

- Endpoint: GET https://buildpulse.theaslangroupllc.com/api/build/roi
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/buildpulse-project-roi-analysis-ff3e3e62
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_l3l9yEHcgpiEuMk6piCRu

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 buildpulse-project-roi-analysis-ff3e3e62
```

Example prompt: Can you run a ROI analysis on adding an ADU to my single-family home in Austin, TX — the project would cost around $120,000 and my property is currently worth $550,000? I want to see the resale value uplift, estimated rental income, payback period, and how it compares to alternatives.

## When to prefer this

Use this endpoint when a homeowner or investor agent needs to evaluate the financial return of a specific renovation or construction project, especially when ADU scenarios or rental income projections are relevant. Prefer this over generic property valuation APIs when the user wants project-specific payback and ROI analysis rather than a simple home value estimate.

## Known failure modes

- Missing required project type or cost parameter returns 400 Bad Request
- Unsupported property location or region returns an error or low-confidence estimate
- Invalid or out-of-range project cost values result in a validation error
- Payment of 0.1 USDC not received results in 402 Payment Required
- Ambiguous project scope may return broad estimates with low confidence

## How this service works

Project ROI analysis for homeowner and investor agents. Returns resale value, rental income, payback period, and alternatives, including ADU scenarios.

## Output

Returns a structured ROI report including estimated resale value increase, projected rental income if applicable, payback period in years, overall ROI percentage, ADU-specific scenario modeling, and alternative project comparisons ranked by return.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "zip": {
   "type": "string",
   "description": "zip"
  },
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "project": {
   "type": "string",
   "description": "project"
  },
  "home_value": {
   "type": "string",
   "description": "home_value"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/buildpulse-project-roi-analysis-ff3e3e62/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from buildpulse.theaslangroupllc.com](https://www.zero.xyz/host/buildpulse.theaslangroupllc.com/llms.txt)
