# 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-15).

Scans German-language text for Widerruf (withdrawal/revocation) related keywords and legal compliance signals

## Facts

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

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-4c016dcb -d '<json body>'
```

Example prompt: Can you scan this German product page text for Widerruf and withdrawal-related legal keywords? Here's the text: '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 to quickly and cheaply scan German-language text specifically for Widerruf (consumer withdrawal/revocation) keywords, such as for e-commerce compliance checking, affiliate content auditing, or legal disclosure verification in German-market digital products. At $0.002 per call it is cost-effective for bulk content auditing workflows targeting German consumer law terminology.

## Known failure modes

- Empty text input returns generic processed/success with no meaningful results
- Non-German text may produce inaccurate or empty keyword matches
- Very long text strings may be truncated or processed incompletely
- Vague or ambiguous response schema makes it hard to determine exactly which keywords were found
- Payment failure via x402 protocol returns 402 status before processing begins

## 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 of 'success', along with any detected keyword matches or signals found in the submitted German text related to Widerruf and legal withdrawal terminology.

## 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-4c016dcb/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)
