# HALOWERK Site Dossiers – Care-Home Terrain Screening

> HALOWERK Site Dossiers – Care-Home Terrain Screening is a paid API for AI agents from standortdossier.halowerk.com, paid per call via x402, $0.012/call, status unknown (last checked 2026-09-15).

Generates a terrain-priority evidence dossier for care-home site screening using six disclosed measurements and a deterministic evidence score, covering European locations.

## Facts

- Endpoint: POST https://standortdossier.halowerk.com/v1/dossier-care-home-terrain-first
- Price: $0.012/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/halowerk-site-dossiers-care-home-terrain-screening-ead05694
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6litwCtK0tvHc4CpHhyT2

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 halowerk-site-dossiers-care-home-terrain-screening-ead05694 -d '<json body>'
```

Example prompt: Can you run a care-home site screening dossier for coordinates 48.8566° N, 2.3522° E with a 500-meter radius? I need the terrain-priority evidence score and the six site measurements to help decide if this is a viable location for a new care facility.

## When to prefer this

Choose this endpoint when you need a fast, deterministic terrain-priority screening dossier specifically for care-home site evaluation in Europe. It is ideal for early-stage feasibility work where you want objective, disclosed measurements and a reproducible evidence score rather than subjective valuations or legal opinions. Prefer it over general geospatial APIs when the use case is specifically care-home siting and you need a structured, decision-ready output at low cost.

## Known failure modes

- Coordinates outside European coverage (latitude 34–72.5°N, longitude 31.5°W–40.5°E) return an error
- radius_m below 50 or above 2000 returns a validation error
- Missing required latitude or longitude fields causes a 400-level error
- Payment failure via x402 protocol halts the request before processing

## How this service works

Decision-support dossier for care-home site screening using six disclosed measurements and a deterministic terrain-priority evidence score. It is screening evidence, not a permit, valuation or legal determination.

## Output

A structured site dossier containing six disclosed terrain measurements and a single deterministic terrain-priority evidence score for the queried European location, intended as screening evidence to support care-home site selection decisions. This is not a permit, valuation, or legal determination.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "latitude": {
   "type": "number",
   "maximum": 72.5,
   "minimum": 34,
   "description": "WGS84 latitude inside the published European coverage."
  },
  "radius_m": {
   "type": "integer",
   "default": 250,
   "maximum": 2000,
   "minimum": 50
  },
  "longitude": {
   "type": "number",
   "maximum": 40.5,
   "minimum": -31.5,
   "description": "WGS84 longitude inside the published European coverage."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/halowerk-site-dossiers-care-home-terrain-screening-ead05694/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from standortdossier.halowerk.com](https://www.zero.xyz/host/standortdossier.halowerk.com/llms.txt)
