# KiHustle German Legal Impressum Template Generator

> KiHustle German Legal Impressum 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 Impressum (imprint) template for websites, as required by German law

## Facts

- Endpoint: POST https://kihustle.tech/bot-bazaar/api/v1/de-legal-template-impressum-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-impressum-template-generator-51154736
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_a3IW9Ws15G2sL-IwgNWdl

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-impressum-template-generator-51154736 -d '<json body>'
```

Example prompt: Can you generate a German Impressum legal template for my website — I need the standard imprint text required under German law for my blog about AI and side hustles.

## When to prefer this

Choose this endpoint when you need a German-language Impressum (legal imprint) template for a website, particularly for German, Austrian, or Swiss compliance requirements. It is cost-effective at $0.002 per call and suitable for automated website setup workflows. Prefer this over general legal text generators if you specifically need the DE-localized legal imprint format.

## Known failure modes

- Empty or missing text input may produce a generic or incomplete template
- Invalid input schema returns an error response
- API may return a generic success response without a fully customized Impressum if insufficient detail is provided
- Service may be unavailable or return 402 payment required if payment is not handled

## 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 processed JSON response with a generated German Impressum (legal imprint) text template, including the standard fields required by German Telemediengesetz (TMG) such as responsible party, contact information, and legal disclosures.

## 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-impressum-template-generator-51154736/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)
