# KiHustle German Tax Number Pattern Validator

> KiHustle German Tax Number 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 tax number (Steuernummer) patterns from a given text string

## Facts

- Endpoint: POST https://kihustle.tech/agents/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-pattern-validator-793e4a8f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9kzovp2yKwmPSRgIwvw3r

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-pattern-validator-793e4a8f -d '<json body>'
```

Example prompt: Can you check whether this text contains a valid German Steuernummer pattern? Here's the text: 'Bitte überweisen Sie an Steuernummer 181/815/08150.'

## When to prefer this

Choose this endpoint when you need a lightweight, inexpensive per-call validation of German Steuernummer patterns in free text or structured strings. Prefer it for invoice processing pipelines, German business onboarding flows, or document compliance checks where detecting or verifying the German tax number format is the specific goal, rather than a general tax ID validator covering multiple countries.

## Known failure modes

- Empty or missing text field returns an error or unprocessable result
- Text with no German tax number pattern returns a non-match result
- Malformed request body causes a 400 error
- Rate limiting or payment failure returns a 402 response
- Non-German tax number formats may produce false negatives

## 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

A JSON response indicating whether the provided text contains a valid German Steuernummer (tax number) pattern, with a result field and status indicating success or failure of the pattern match.

## 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-pattern-validator-793e4a8f/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)
