# BuildPulse Materials Takeoff

> BuildPulse Materials Takeoff 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-15).

Returns a complete materials list with quantities, current pricing, and sourcing links for any construction or renovation project.

## Facts

- Endpoint: GET https://buildpulse.theaslangroupllc.com/api/build/materials
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/buildpulse-materials-takeoff-8ea7f865
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__WyurcD-APmPGjMJsQw8j

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-materials-takeoff-8ea7f865
```

Example prompt: Can you give me a full materials takeoff for a 200 sq ft bathroom tile renovation in Austin, TX — I need quantities, current pricing, and where to buy everything?

## When to prefer this

Use this endpoint when an agent or homeowner needs an itemized, priced, and sourceable materials list for a construction or renovation project — especially when the goal is procurement planning rather than overall budget estimation or scheduling. Prefer this over the cost estimate endpoint when the user specifically wants to know what to buy and where, not just total cost.

## Known failure modes

- Incomplete project description causes vague or incomplete materials list
- Unsupported project type returns empty or generic results
- Pricing data may be regionally unavailable for some locations
- Payment of 0.1 USDC per call required via x402 — missing payment returns 402 error
- Very large or complex projects may return truncated results

## How this service works

Materials takeoff for contractor and homeowner agents. Returns a complete list with quantities, current pricing, and sourcing links for any project.

## Output

A complete materials list with item names, quantities, unit pricing, total cost per item, and sourcing/purchasing links for the specified construction or renovation project.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "sqft": {
   "type": "string",
   "description": "sqft"
  },
  "project": {
   "type": "string",
   "description": "project"
  },
  "material": {
   "type": "string",
   "description": "material"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/buildpulse-materials-takeoff-8ea7f865/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)
