# KiHustle German Legal AGB Template Generator

> KiHustle German Legal AGB 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 or processes German-language AGB (Allgemeine Geschäftsbedingungen / Terms of Service) legal template documents for digital businesses

## Facts

- Endpoint: POST https://kihustle.tech/nexus/api/v1/de-legal-template-agb-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-agb-template-generator-d1fc25ed
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nXEvqontYrQUDhFHUdpgW

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-agb-template-generator-d1fc25ed -d '<json body>'
```

Example prompt: Can you generate a German AGB (terms of service) legal template for my digital side hustle website that sells AI automation guides and uses affiliate links?

## When to prefer this

Choose this endpoint when you need a quick, low-cost German-language AGB (terms of service) legal template specifically tailored for digital businesses, side hustles, or affiliate-based content sites operating under German law. Useful for solo founders and small digital businesses who need a starter legal document without hiring a lawyer.

## Known failure modes

- Empty or missing text input may return an error or empty result
- Malformed JSON body returns a 400-level error
- Service unavailability returns non-200 status
- Template generation may be incomplete if insufficient business context is provided in the text field

## 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 processed result with status 'success' and a 'result' field containing the generated or processed German AGB legal template text or confirmation of processing.

## 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-agb-template-generator-d1fc25ed/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)
