# KiHustle German Gendered Language Remover (de-genderstern-remover)

> KiHustle German Gendered Language Remover (de-genderstern-remover) 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).

Removes German gender star notation (Genderstern/Genderdoppelpunkt) and other gendered language markers from German text, returning a neutral or simplified version.

## Facts

- Endpoint: POST https://kihustle.tech/nexus/api/v1/de-genderstern-remover
- 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-german-gendered-language-remover-de-genderstern-remover-4e045b99
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fHEnc_ivW55pmCEd3G6N-

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-gendered-language-remover-de-genderstern-remover-4e045b99 -d '<json body>'
```

Example prompt: Can you clean up this German text and remove all the gender stars and colons — like turning 'Lehrer*innen' or 'Bürger:innen' into their standard forms? Here's the text: 'Liebe Mitarbeiter*innen und Kolleg:innen, wir laden Sie herzlich ein.'

## When to prefer this

Choose this endpoint when you specifically need to remove German gendered language notation (Genderstern, Genderdoppelpunkt) from text at low cost ($0.002/call). Prefer it over general-purpose LLMs for batch German text normalization pipelines where cost and consistency matter, or when building automated CMS/publishing workflows that process German content at scale.

## Known failure modes

- Empty or missing 'text' field returns an error or no-op result
- Non-German or non-gendered text passed in may return unchanged or with unexpected modifications
- Very long text inputs may be truncated or rejected
- Unusual or emerging gender notation variants may not be fully stripped
- Network timeout for large payloads

## 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 with a 'result' field containing the processed German text with gendered markers (Genderstern *, Genderdoppelpunkt :, or similar notations) removed or normalized, and a 'status' field confirming 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-gendered-language-remover-de-genderstern-remover-4e045b99/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)
