# HALOWERK Site Dossiers – School Site Land-Cover Screening

> HALOWERK Site Dossiers – School Site Land-Cover 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 decision-support dossier for school site screening using six land-cover measurements and a deterministic evidence score for European locations.

## Facts

- Endpoint: POST https://standortdossier.halowerk.com/v1/dossier-school-landcover-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-school-site-land-cover-screening-5f79011e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oeDal1uPSMi094EYL2m9v

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-school-site-land-cover-screening-5f79011e -d '<json body>'
```

Example prompt: Can you pull a HALOWERK school site dossier for the location at 52.5200° N, 13.4050° E with a 300-metre screening radius and tell me what the land-cover evidence score looks like?

## When to prefer this

Choose this endpoint when you need a fast, deterministic land-cover evidence score specifically for school site screening within Europe. It is ideal for early-stage site shortlisting where quantitative land-cover data (not planning permission or legal status) is required. Prefer it over generic geospatial APIs when you want pre-composed, decision-support dossiers formatted for educational facility siting rather than raw map tiles or zoning lookups.

## Known failure modes

- Coordinates outside European coverage bounds (lat 34–72.5, lon -31.5–40.5) return an out-of-coverage error
- radius_m below 50 or above 2000 returns a validation error
- Invalid or missing latitude/longitude returns a parameter error
- Payment failure (x402) results in a 402 response before any data is returned

## How this service works

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

## Output

Returns a structured site dossier containing six disclosed land-cover measurements and a deterministic land-cover-priority evidence score for the specified European location and radius. The output is framed as screening evidence to support school site decisions, explicitly 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-school-site-land-cover-screening-5f79011e/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)
