# KiHustle German Gender Star (Genderstern) Remover

> KiHustle German Gender Star (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-13).

Removes German gender asterisk (Genderstern) notation from text, converting gendered forms like 'Mitarbeiter*innen' back to conventional German grammar

## Facts

- Endpoint: POST https://kihustle.tech/agents/api/v1/de-genderstern-remover
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kihustle-german-gender-star-genderstern-remover-fb96333f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_T0jAXiAK-fLGlQdrDDXne

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-gender-star-genderstern-remover-fb96333f -d '<json body>'
```

Example prompt: Can you strip all the gender stars out of this German text for me? Here's the text: 'Alle Mitarbeiter*innen und Kolleg*innen sind herzlich eingeladen.' I want standard German without the asterisk gender notation.

## When to prefer this

Use this endpoint when you need a lightweight, affordable ($0.002 per call) microservice specifically for stripping German Genderstern (asterisk gender notation) from text, particularly when building German-language content pipelines, preparing text for legacy systems or TTS, or standardizing documents without needing a full NLP suite.

## Known failure modes

- Empty or missing 'text' field in request body returns an error
- Non-German or plain text with no gender stars passes through unchanged
- Very long texts may hit processing limits
- Malformed JSON input body causes request failure
- Ambiguous gendered forms may be normalized inconsistently

## 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 gender stars removed, and a 'status' field confirming success. The output text replaces gendered asterisk forms (e.g. *innen, *er) with conventional German equivalents.

## 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-gender-star-genderstern-remover-fb96333f/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)
