# 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 text for formal tone quality in German (Sie-form / de-formal register)

## Facts

- Endpoint: POST https://kihustle.tech/agents/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-9217c87a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sp2V7x6WW3vVfj813qn7V

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-9217c87a -d '<json body>'
```

Example prompt: Can you check how formally written this German text is and give me a tone score: 'Sehr geehrte Damen und Herren, wir möchten Sie darauf hinweisen, dass Ihr Vertrag demnächst ausläuft.'

## When to prefer this

Choose this endpoint when you specifically need to evaluate German-language text for formal register (Sie-form, business/professional tone) at low cost ($0.002 per call). Ideal for pipelines that generate or process German content and need a lightweight quality gate for formality before publishing or sending. Prefer over general-purpose LLM prompting when you need a consistent, structured score output rather than a subjective opinion.

## Known failure modes

- Empty text input returns an error or trivial score
- Non-German text may produce inaccurate or meaningless formality scores
- Extremely short text snippets may lack sufficient signal for reliable scoring
- Network timeout or payment failure returns no result
- Malformed JSON input schema returns a 400-level error

## 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 score or formality assessment and a 'status' field confirming success. The exact numeric score or rating for the German formal tone is contained in the result field.

## 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-9217c87a/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)
