# KiHustle De-Du Anrede Checker

> KiHustle De-Du Anrede Checker is a paid API for AI agents from kihustle.tech, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Detects and validates whether a given German text uses the formal 'Sie' or informal 'Du' form of address

## Facts

- Endpoint: POST https://kihustle.tech/nexus/api/v1/de-du-anrede-checker
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kihustle-de-du-anrede-checker-018171ab
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_khWlTULdMgvGb0BNRSM1E

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-de-du-anrede-checker-018171ab -d '<json body>'
```

Example prompt: Can you check this German text and tell me whether it uses the formal 'Sie' or informal 'Du' form of address: 'Können Sie mir bitte helfen, das Dokument zu überprüfen?'

## When to prefer this

Use this endpoint when you need a quick, automated way to classify whether German text uses the formal 'Sie' or informal 'Du' register — particularly useful for localization workflows, German content quality assurance, chatbot auditing, or CRM communication consistency checks. Prefer this over manual review when processing multiple German text snippets programmatically.

## Known failure modes

- Non-German text submitted — checker may misclassify or return ambiguous result
- Empty or very short text with no clear address form markers — may return inconclusive result
- Mixed Sie/Du text — may default to dominant or first detected form
- Malformed JSON request body — returns error status
- Payment failure via x402 — request not processed

## 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 indicating whether the input German text uses formal ('Sie') or informal ('Du') address form, along with a processing status and result field confirming successful analysis.

## 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-de-du-anrede-checker-018171ab/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)
