# HALOWERK Care-Home Site Dossier

> HALOWERK Care-Home Site Dossier 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).

Returns a balanced evidence dossier with six site measurements and a deterministic score for screening potential care-home locations in Europe.

## Facts

- Endpoint: POST https://standortdossier.halowerk.com/v1/dossier-care-home-balanced
- 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-care-home-site-dossier-38929382
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_inaEgFJxzxnEbONuuTTWq

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-care-home-site-dossier-38929382 -d '<json body>'
```

Example prompt: Can you run a care-home site dossier for coordinates 48.137° N, 11.576° E with a 300-metre screening radius and tell me how this location scores for care-home suitability?

## When to prefer this

Choose this endpoint when you need a fast, deterministic, reproducible site-screening score for a care-home location in Europe, particularly during early-stage feasibility or shortlisting. It is especially useful when you want transparent, disclosed measurement criteria rather than a black-box recommendation. Not appropriate when you need a legal determination, official planning permission, property valuation, or coverage outside Europe.

## Known failure modes

- Coordinates outside the published European coverage (latitude 34–72.5°N, longitude -31.5–40.5°E) return a coverage error
- radius_m below 50 or above 2000 returns a validation error
- Missing required latitude or longitude fields return a 400 bad request
- Service unavailability returns a 5xx error

## How this service works

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

## Output

A structured decision-support dossier containing six disclosed site measurements and a deterministic balanced evidence score reflecting the suitability of the specified geographic area for care-home development. The output is screening evidence only and does not constitute 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-care-home-site-dossier-38929382/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)
