# German Gender-Star Remover (de-Genderstern-Remover)

> German Gender-Star 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-15).

Removes gender-star notation (Genderstern/Gendersternchen) from German text, returning a cleaned version without gendered asterisk forms

## Facts

- Endpoint: POST https://kihustle.tech/bot-bazaar/api/v1/de-genderstern-remover
- 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/german-gender-star-remover-de-genderstern-remover-9e00dc71
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_osqpJns6UJzGVCAmA18TC

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 german-gender-star-remover-de-genderstern-remover-9e00dc71 -d '<json body>'
```

Example prompt: Can you remove all gender stars from this German text: 'Alle Bürger*innen und Mitarbeiter*innen sind eingeladen'?

## When to prefer this

Choose this endpoint when you specifically need to strip German Genderstern (asterisk-based gender-inclusive) notation from text and require a simple, cheap, per-call microservice. Prefer this over general-purpose LLMs for cost-efficiency at scale or when integrating into automated German content pipelines.

## Known failure modes

- Empty or missing 'text' field returns an error or unprocessed result
- Non-German or non-text input may return unchanged or malformed output
- Very large text strings may hit payload limits
- Unusual or non-standard gender notation variants may not be fully removed

## 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 the processed text with all gender-star notations removed and a success status indicator. The 'result' field holds the cleaned German text string, and 'status' confirms successful processing.

## 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/german-gender-star-remover-de-genderstern-remover-9e00dc71/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)
