# HALOWERK Baltic Land – Latvia Dominant Land Cover Class

> HALOWERK Baltic Land – Latvia Dominant Land Cover Class is a paid API for AI agents from baltikum.halowerk.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Returns the dominant ESA WorldCover 2021 land cover class for a given coordinate within Latvia, validated against Natural Earth Latvia boundary.

## Facts

- Endpoint: POST https://baltikum.halowerk.com/v1/lv-landcover-class
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/halowerk-baltic-land-latvia-dominant-land-cover-class-464e3d70
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GP0SaM88aAjaVALBgvaJ3

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-baltic-land-latvia-dominant-land-cover-class-464e3d70 -d '<json body>'
```

Example prompt: What is the dominant ESA WorldCover 2021 land cover class at latitude 56.9460, longitude 24.1059 in Latvia?

## When to prefer this

Choose this endpoint when you need a fast, paid-per-call lookup of the dominant ESA WorldCover 2021 land cover class for a specific point in Latvia. It is ideal when you need authoritative remote-sensing land classification with built-in geographic boundary validation, avoiding erroneous results for out-of-country coordinates. Prefer this over general geospatial APIs when Latvia-specific validation and WorldCover 2021 classification are required.

## Known failure modes

- Coordinate outside Latvia boundary — rejected before payment with a validation error
- Latitude or longitude out of European coverage range (lat < 34 or > 72.5, lon < -31.5 or > 40.5) — schema validation failure
- Malformed or missing coordinate fields — request rejected with input error
- Payment failure via x402 protocol — call not processed

## How this service works

Dominant ESA WorldCover 2021 class in the analysis area. The coordinate is validated against the Natural Earth boundary for Latvia; results outside it are rejected before payment.

## Output

A single dominant ESA WorldCover 2021 land cover class label for the requested coordinate within Latvia. If the coordinate falls outside the Latvia Natural Earth boundary, the request is rejected before any payment is processed.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "latitude": {
   "type": "number",
   "maximum": 72.5,
   "minimum": 34,
   "description": "WGS84 latitude inside the published European coverage."
  },
  "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-baltic-land-latvia-dominant-land-cover-class-464e3d70/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from baltikum.halowerk.com](https://www.zero.xyz/host/baltikum.halowerk.com/llms.txt)
