# KiHustle German Legal Disclaimer Detector

> KiHustle German Legal Disclaimer Detector 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).

Detects and identifies legal disclaimer language in German text, flagging disclaimers relevant to German/EU law and compliance contexts.

## Facts

- Endpoint: POST https://kihustle.tech/agents/api/v1/de-legal-disclaimer-detector
- 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-disclaimer-detector-2b02a34f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DMbfAaeS-ABZJpaL6_A6L

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-disclaimer-detector-2b02a34f -d '<json body>'
```

Example prompt: Can you check this German website text for any legal disclaimers or liability exclusions — something like a Haftungsausschluss or affiliate disclosure? Here's the text: 'Dieser Inhalt enthält Affiliate-Links. Wir übernehmen keine Haftung für die Richtigkeit der Angaben.'

## When to prefer this

Choose this endpoint when you need to automatically screen German-language text for legal disclaimer language, especially in contexts involving German or EU law compliance such as affiliate disclosures, Impressum requirements, DSGVO notices, or Haftungsausschluss clauses. Best suited for content pipelines processing German web copy, newsletters, or legal documents where human review of every piece is impractical.

## Known failure modes

- Empty or missing text field returns error or ambiguous result
- Non-German text may produce unreliable detection results
- Very short text snippets may lack sufficient context for accurate classification
- Highly informal or colloquial German may not trigger disclaimer patterns
- Endpoint returns generic success/processed status with limited detail about which disclaimers were found

## 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 submitted German text was successfully processed and whether it contains recognized legal disclaimer language, with a result status field indicating the outcome of the detection.

## 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-disclaimer-detector-2b02a34f/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)
