# KiHustle De-Formal Tone Scorer

> KiHustle De-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 German text for formal tone, indicating how formal or informal the writing style is

## Facts

- Endpoint: POST https://kihustle.tech/bot-bazaar/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-de-formal-tone-scorer-9f270c0d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_d6vpz3qRWejzr3nskjKNy

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

Example prompt: Can you score how formal this German text sounds: 'Sehr geehrte Damen und Herren, ich möchte mich höflichst erkundigen, ob Sie die Möglichkeit hätten, uns einen Termin zu gewähren.'

## When to prefer this

Choose this endpoint when you specifically need to evaluate the formality register of German-language text, particularly for content destined for German-speaking audiences where formal (Sie) vs informal (du) tone distinctions matter. It is especially useful for automating quality checks on German business communications, marketing copy, or customer support scripts. Prefer this over generic sentiment analysis tools when tone formality — not positivity or negativity — is the key signal needed.

## Known failure modes

- Empty or missing 'text' field returns an error or undefined result
- Non-German text may produce unreliable or meaningless scores
- Extremely short input (single words) may yield low-confidence results
- Network timeout for very long text inputs
- Ambiguous mixed-register text may produce mid-range scores that are hard to interpret

## 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 processed formality score and a 'status' field confirming success. The formality score reflects how formally the input German text is written, helping users understand the register and professional appropriateness of their content.

## 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-formal-tone-scorer-9f270c0d/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)
