# KiHustle Binnen-I Detector

> KiHustle Binnen-I Detector 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).

Detects and analyzes the use of the German gender-inclusive 'Binnen-I' (capital I within words) in submitted German text

## Facts

- Endpoint: POST https://kihustle.tech/nexus/api/v1/de-binnen-i-detector
- 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-binnen-i-detector-e864952d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pluwu5GOvyGzvJcDJsrya

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-binnen-i-detector-e864952d -d '<json body>'
```

Example prompt: Can you check this German text for Binnen-I usage? Here's the text: 'Sehr geehrte MitarbeiterInnen, wir laden Sie herzlich ein.'

## When to prefer this

Choose this endpoint when you specifically need to detect the German gender-inclusive 'Binnen-I' (capital I mid-word, e.g. MitarbeiterInnen) in text, as opposed to other German gender notation styles like the Genderstern (*), Genderdoppelpunkt (:), or neutral reformulations. Useful for editorial workflows, style guide enforcement, or linguistic corpus tagging targeting this specific notation.

## Known failure modes

- Empty or missing text field may cause an error or trivial result
- Non-German text submitted may yield unreliable detection
- Very long texts may time out or return partial results
- Malformed JSON input body will likely return a 400-level error
- Network or payment authorization failure may block the call entirely

## 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 indicating whether Binnen-I was detected in the submitted German text, along with a processing status field confirming success or failure of the analysis.

## 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-binnen-i-detector-e864952d/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)
