# KiHustle German Legal Widerruf (Right of Withdrawal) Template Generator

> KiHustle German Legal Widerruf (Right of Withdrawal) Template Generator 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).

Generates a German-language legal Widerrufsbelehrung (right-of-withdrawal notice) template based on provided text input

## Facts

- Endpoint: POST https://kihustle.tech/agents/api/v1/de-legal-template-widerruf-v1
- 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-german-legal-widerruf-right-of-withdrawal-template-generator-1d5864a6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eTyfVNn6UL9Ng5QT1RgT8

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-german-legal-widerruf-right-of-withdrawal-template-generator-1d5864a6 -d '<json body>'
```

Example prompt: Can you generate a German Widerrufsbelehrung (right of withdrawal) template for my online shop that sells digital guides and ebooks — use 'KiHustle Digital GmbH' as the business name?

## When to prefer this

Choose this endpoint when you need a quick, low-cost German-language Widerrufsbelehrung (right-of-withdrawal) legal template for a small online business, digital product shop, or affiliate site targeting German-speaking EU customers. It is especially suited for solo operators and side-hustle businesses who need compliant legal boilerplate without engaging a lawyer for every iteration.

## Known failure modes

- Empty or missing text input may return a generic or malformed template
- Highly ambiguous input text may result in a template that does not match the business context
- Service may return generic 200 OK with minimal output if input is not descriptive enough
- No schema validation on input means malformed JSON may silently fail or return a default response

## 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 containing a generated German-language Widerrufsbelehrung (right-of-withdrawal) legal template text, along with a status indicator confirming successful processing. The template is ready to be adapted and placed on a German e-commerce or digital product site.

## 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-german-legal-widerruf-right-of-withdrawal-template-generator-1d5864a6/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)
