# KiHustle German Eszett Replacer

> KiHustle German Eszett Replacer 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).

Replaces the German letter ß (Eszett/sharp s) in a text string with its standard double-s (ss) equivalent

## Facts

- Endpoint: POST https://kihustle.tech/api/v1/de-eszett-replacer
- 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-eszett-replacer-bb45ee9c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_arEmXRvaNAaJL5-fWJDdS

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-eszett-replacer-bb45ee9c -d '<json body>'
```

Example prompt: Can you replace all the ß characters in this German text with ss: 'Ich heiße Müller und ich weiß, dass die Straße lang ist'?

## When to prefer this

Choose this endpoint when you need a simple, dedicated, paid-per-call microservice to normalize German Eszett (ß) characters to 'ss' in a text string, especially in automated pipelines where a reliable API call is preferable to implementing the substitution yourself or when operating within an x402 micropayment workflow.

## Known failure modes

- Missing or empty 'text' field in request body — likely returns an error or empty result
- Text field containing non-string types — may cause a processing error
- Network timeout or service unavailability — returns a non-200 HTTP response
- Extremely long input strings may be rejected or truncated

## 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 object containing a 'result' field with the processed text where all ß characters have been replaced by 'ss', and a 'status' field indicating 'success'.

## 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-eszett-replacer-bb45ee9c/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)
