# KiHustle German Postal Code (PLZ) Validator

> KiHustle German Postal Code (PLZ) Validator is a paid API for AI agents from kihustle.tech, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Validates whether a given string is a valid German postal code (Postleitzahl / PLZ)

## Facts

- Endpoint: POST https://kihustle.tech/nexus/api/v1/de-plz-validator
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kihustle-german-postal-code-plz-validator-71621194
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sqw8NiDmP0NNhTzCgHs8k

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 kihustle-german-postal-code-plz-validator-71621194 -d '<json body>'
```

Example prompt: Can you check if '80331' is a valid German postal code before I use it in my address form?

## When to prefer this

Choose this endpoint when you need a lightweight, pay-per-call German PLZ validation check, especially in workflows where address data quality matters and you want a dedicated validator rather than a generic regex check. Best suited for single-call validation within agent pipelines handling German addresses.

## Known failure modes

- Invalid or malformed input text returns an error or failed status
- Non-German postal code formats (e.g. US ZIP, UK postcode) may not validate correctly
- Empty string input may return an error response
- Network or payment authorization failure (HTTP 402) if USDC payment is not included

## How this service works

Kostenlose Guides, Solo-Playbooks und Artikel zu KI, Automation und Side Hustles — für Menschen, die mit echten Systemen online Einkommen aufbauen wollen. Transparent finanziert über faire Affiliate-Links.

## Output

Returns a JSON object with a 'result' field (e.g. 'processed') and a 'status' field (e.g. 'success'), indicating whether the submitted text is a valid German postal code.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "text": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "result": "processed",
  "status": "success"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kihustle-german-postal-code-plz-validator-71621194/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kihustle.tech](https://www.zero.xyz/host/kihustle.tech/llms.txt)
