# 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 text for Widerrufsrecht (right of withdrawal) related keywords to identify legally relevant content in German e-commerce or digital product contexts

## Facts

- Endpoint: POST https://kihustle.tech/agents/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-72238e6a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AI10Dc1XcCjJ24pTL8D2x

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-72238e6a -d '<json body>'
```

Example prompt: Can you scan this German product page text for any Widerruf or Widerrufsrecht keywords? Here's the text: 'Kunden haben das Recht, innerhalb von 14 Tagen vom Kauf zurückzutreten, ohne Angabe von Gründen.'

## When to prefer this

Use this endpoint when you need to programmatically scan German-language text specifically for Widerruf (right of withdrawal) related terminology, particularly in the context of German e-commerce compliance, digital product legal disclaimers, or affiliate content review. It is purpose-built for the German legal keyword detection use case rather than general-purpose NLP or multilingual keyword scanning.

## Known failure modes

- Empty or missing text input returns error or empty result
- Non-German text may produce low-quality or no keyword matches
- Extremely long text inputs may time out or be truncated
- Malformed JSON request body returns 400-level error
- Service unavailability returns 402 or 5xx error

## 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 the scan was processed successfully, with a result field confirming processing status. The response likely includes detected keyword matches or a processed/success status, though the detailed match data schema is not fully documented.

## 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-72238e6a/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)
