# HALOWERK Site Dossiers – Outdoor Recreation Land-Cover Screening

> HALOWERK Site Dossiers – Outdoor Recreation 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 land-cover-priority evidence dossier for outdoor recreation suitability screening at a given European location and radius.

## Facts

- Endpoint: POST https://standortdossier.halowerk.com/v1/dossier-recreation-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-outdoor-recreation-land-cover-screening-c970c9b4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VSnkWb9bSdNsHgMpAw6CE

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-outdoor-recreation-land-cover-screening-c970c9b4 -d '<json body>'
```

Example prompt: Can you run a HALOWERK land-cover recreation screening dossier for the coordinates 47.8° latitude, 13.05° longitude using a 500-metre radius — I want to know how suitable this Austrian site is for outdoor recreation based on its land cover?

## When to prefer this

Choose this endpoint when you need a fast, deterministic, evidence-based land-cover screening score for an outdoor recreation site anywhere within Europe, and you want six transparent measurements rather than a black-box result. It is ideal for early-stage site feasibility workflows where you need comparable, reproducible scores across candidate locations before committing to deeper survey or legal due diligence.

## Known failure modes

- Coordinates outside European coverage (latitude 34–72.5°N, longitude −31.5–40.5°E) will return an out-of-coverage error
- radius_m below 50 or above 2000 will be rejected with a validation error
- Missing latitude or longitude fields result in a bad-request response
- Payment failure via x402 protocol prevents dossier generation
- Server-side land-cover data gaps for very remote or coastal edge locations may reduce score reliability

## How this service works

Decision-support dossier for outdoor recreation land 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

A deterministic decision-support dossier containing six disclosed land-cover measurements and a land-cover-priority evidence score for the specified European coordinate and radius. The result is screening evidence only — 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-outdoor-recreation-land-cover-screening-c970c9b4/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)
