# KiHustle German Tax Number (Steuernummer) Pattern Validator

> KiHustle German Tax Number (Steuernummer) Pattern 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 or extracts German Steuernummer (tax number) patterns from input text

## Facts

- Endpoint: POST https://kihustle.tech/bot-bazaar/api/v1/de-steuernummer-pattern
- 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-tax-number-steuernummer-pattern-validator-e6b98719
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9_sjraJ3K0YbYwIrJScHi

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-tax-number-steuernummer-pattern-validator-e6b98719 -d '<json body>'
```

Example prompt: Can you check whether the text 'Steuernummer: 181/815/08155' contains a valid German tax number pattern?

## When to prefer this

Use this endpoint when you need to validate, detect, or extract German Steuernummer (state tax numbers) from free-form text — particularly in invoice processing, KYC workflows, or German business document automation. Prefer this over generic regex libraries when you need a managed, pay-per-call API that abstracts away regional format variations across German states.

## Known failure modes

- Empty or missing text input returns an error or null result
- Text with no detectable Steuernummer returns a non-match status
- Malformed JSON body causes a 400 error
- Rate limiting or payment failure returns a 402 error
- Ambiguous or partial tax numbers may be incorrectly matched or rejected

## 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 input text contains a valid German Steuernummer pattern. May include the matched pattern or validation outcome.

## 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-tax-number-steuernummer-pattern-validator-e6b98719/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)
