# HALOWERK Land Dossiers – Office Development Terrain-Priority Screening

> HALOWERK Land Dossiers – Office Development Terrain-Priority 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-15).

Returns a terrain-priority evidence score and six disclosed measurements to support office development site screening at a given European location.

## Facts

- Endpoint: POST https://landdossier.halowerk.com/v1/dossier-office-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-land-dossiers-office-development-terrain-priority-screening-6c084e98
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MYAyIj9nWS622VCUT94gE

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-office-development-terrain-priority-screening-6c084e98 -d '<json body>'
```

Example prompt: Can you run a terrain-priority office development screening dossier for the site at latitude 51.505, longitude -0.09 in London, using a 300-metre radius? I need the six terrain measurements and the evidence score to evaluate whether this location is suitable for an office building.

## When to prefer this

Choose this endpoint when you need a fast, deterministic, terrain-first evidence score specifically for office development screening at a European location. It is distinct from the housing, hotel, solar, hospital, and school variants on the same platform — use this one when the intended land use is commercial office development. Prefer it over general geospatial APIs when you need a pre-packaged, development-type-specific dossier rather than raw terrain data.

## Known failure modes

- Coordinates outside European coverage bounds (lat 34–72.5, lon -31.5–40.5) will return a validation error
- Radius below 50m or above 2000m will be rejected
- Missing latitude or longitude fields will produce a schema validation error
- Payment failure via x402 protocol will prevent dossier generation
- Ambiguous or invalid coordinate formats may result in an error response

## How this service works

Decision-support dossier for office development 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 decision-support dossier containing six disclosed terrain measurements and a single deterministic terrain-priority evidence score for the submitted European coordinates and radius. The output is screening evidence intended to inform office development site evaluation — it is not a permit, property 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-office-development-terrain-priority-screening-6c084e98/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)
