# KiHustle DE Widerruf Keyword Scanner

> KiHustle DE Widerruf Keyword Scanner 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).

Scans German text for 'Widerruf' (withdrawal/cancellation) related keywords to identify legally relevant content

## Facts

- Endpoint: POST https://kihustle.tech/api/v1/de-widerruf-keyword-scan
- 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-de-widerruf-keyword-scanner-f63bb9bf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_z4Jx5KLwUrxKiHp-fLRv_

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-de-widerruf-keyword-scanner-f63bb9bf -d '<json body>'
```

Example prompt: Can you scan this German product return policy text for any Widerruf or withdrawal-related keywords: 'Sie haben das Recht, binnen vierzehn Tagen ohne Angabe von Gründen diesen Vertrag zu widerrufen'?

## When to prefer this

Choose this endpoint when you need lightweight, fast keyword detection specifically for German 'Widerruf' (right of withdrawal/cancellation) terminology in text — particularly useful for e-commerce compliance checks, legal document audits, or content classification pipelines targeting German-language consumer rights language.

## Known failure modes

- Empty or missing 'text' field returns an error or empty result
- Non-German text may yield no keyword matches without an explicit error
- Very long text inputs may be truncated or timeout
- Malformed JSON body returns a 400-level error
- Service unavailability returns a non-200 status

## 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 with a 'result' field indicating 'processed' and a 'status' field of 'success', along with any detected keyword matches or indicators found in the submitted German text.

## 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-de-widerruf-keyword-scanner-f63bb9bf/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)
