# HALOWERK Land Dossiers – Hotel Land Cover Screening

> HALOWERK Land Dossiers – Hotel Land Cover Screening is a paid API for AI agents from landdossier.halowerk.com, paid per call via x402, $0.012/call, status unknown (last checked 2026-09-14).

Returns a land-cover-priority evidence score and six disclosed measurements for screening a candidate hotel development site in Europe.

## Facts

- Endpoint: POST https://landdossier.halowerk.com/v1/dossier-hotel-landcover-first
- Price: $0.012/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/halowerk-land-dossiers-hotel-land-cover-screening-9b66bb75
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_n9-Bg0ZE2ZrctE8N9s87S

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-land-dossiers-hotel-land-cover-screening-9b66bb75 -d '<json body>'
```

Example prompt: Can you run a hotel land cover screening dossier for the site at latitude 48.8566, longitude 2.3522, using a 500-metre radius — I need the evidence score and measurements to support our pre-feasibility review?

## When to prefer this

Use this endpoint when you need a fast, deterministic, quantitative land-cover screening score for a European hotel development candidate, specifically using land-cover as the primary evidence axis. Prefer it over generic mapping or GIS APIs when you need a structured dossier with six standardised measurements and a priority score ready for decision support. Choose the hotel variant (this endpoint) over sibling endpoints for housing, office, solar or hospital when the end use is hospitality/hotel development.

## Known failure modes

- Coordinates outside European coverage bounds (latitude 34–72.5, longitude -31.5–40.5) return a validation error
- Radius below 50 m or above 2000 m returns a parameter validation error
- Missing required latitude or longitude fields return a 422 or 400 error
- Network or service unavailability returns a 5xx response
- Payment not settled (x402 protocol) results in a 402 Payment Required response

## How this service works

Decision-support dossier for hotel 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 decision-support dossier containing six disclosed land-cover measurements and a deterministic land-cover-priority evidence score for the specified location and radius. The output 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-land-dossiers-hotel-land-cover-screening-9b66bb75/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from landdossier.halowerk.com](https://www.zero.xyz/host/landdossier.halowerk.com/llms.txt)
