# HALOWERK Emergency Logistics Land-Cover Dossier

> HALOWERK Emergency Logistics Land-Cover 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 deterministic land-cover-priority evidence score and six geospatial measurements for screening European sites for emergency logistics suitability.

## Facts

- Endpoint: POST https://standortdossier.halowerk.com/v1/dossier-emergency-logistics-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-emergency-logistics-land-cover-dossier-cd8d1a54
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JVVX-HYT6e32Rc8u9esIC

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-emergency-logistics-land-cover-dossier-cd8d1a54 -d '<json body>'
```

Example prompt: Can you pull a HALOWERK emergency logistics land-cover dossier for the site at 48.85°N, 2.35°E using a 500-metre radius and tell me how it scores for emergency logistics suitability?

## When to prefer this

Choose this endpoint when you need rapid, deterministic, evidence-based screening of a European location's land-cover suitability specifically for emergency logistics operations. It is purpose-built for emergency logistics use cases (as opposed to conservation, recreation, or care-home siblings on the same platform), returns reproducible scores, and is priced for high-volume programmatic screening workflows.

## Known failure modes

- Coordinates outside European coverage bounds (latitude 34–72.5°N, longitude −31.5–40.5°E) will be rejected
- Radius outside the 50–2000 metre allowed range will fail validation
- Missing required latitude or longitude fields will return a validation error
- Payment failure via x402 protocol will block access
- Service may be unavailable for very dense urban geometries or data gaps in source land-cover datasets

## How this service works

Decision-support dossier for emergency logistics 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 geospatial measurements and a deterministic land-cover-priority evidence score indicating the suitability of the queried European location for emergency logistics operations. The result 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-emergency-logistics-land-cover-dossier-cd8d1a54/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)
