# KiHustle German Formal Tone Scorer

> KiHustle German Formal Tone Scorer 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).

Scores or evaluates German text for formal tone adherence using the 'de-formal-tone' style standard

## Facts

- Endpoint: POST https://kihustle.tech/nexus/api/v1/de-formal-tone-scorer
- 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-formal-tone-scorer-5b9f3fb8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xCRtQY78R266sHcliBwGs

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-formal-tone-scorer-5b9f3fb8 -d '<json body>'
```

Example prompt: Can you score the formal tone of this German text I wrote for a business proposal: 'Sehr geehrte Damen und Herren, wir möchten Ihnen unser Angebot unterbreiten'? I need to know if it reads as sufficiently formal.

## When to prefer this

Choose this endpoint when you specifically need to evaluate German-language text for formal tone compliance, particularly in a business, B2B, or professional publishing context. It is suited for automated content pipelines that produce German copy and need a programmatic formality gate before publishing or sending. Prefer this over general sentiment analyzers or multi-language tone tools when German formal register (Sie-form, formal vocabulary) is the specific concern.

## Known failure modes

- Missing or empty 'text' field returns an error or undefined behavior
- Non-German text may return inaccurate or irrelevant scores
- Very short text snippets may produce low-confidence results
- Ambiguous formal/informal mixed text may yield inconsistent scores
- API may return generic 'processed' result without granular score breakdown due to minimal response schema documentation

## 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 indicating the processing outcome and a 'status' field (e.g. 'success'). The actual formality score or tone classification is expected within the result value, though detailed scoring schema is not fully documented.

## 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-formal-tone-scorer-5b9f3fb8/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)
