# 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-14).

Detects and analyzes German legal disclaimer language in a given text, returning a classification result

## Facts

- Endpoint: POST https://kihustle.tech/nexus/api/v1/de-legal-disclaimer-detector
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kihustle-german-legal-disclaimer-detector-3f23cd82
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FHdUloYFf6BbMKrOu28F3

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-3f23cd82 -d '<json body>'
```

Example prompt: Can you check this block of German text and tell me if it contains a legal disclaimer or Haftungsausschluss? Here's the text: 'Alle Angaben ohne Gewähr. Der Autor übernimmt keine Haftung für die Richtigkeit der bereitgestellten Informationen.'

## When to prefer this

Choose this endpoint when you need to automatically detect or validate the presence of German legal disclaimer language (e.g. Haftungsausschluss, Impressum, or affiliate disclosures) in text. It is particularly suited for compliance pipelines, content screening workflows, or agents managing German-language digital content where legal language verification is required at low cost per call.

## Known failure modes

- Empty or missing text field returns an error or undefined result
- Non-German text may return a generic 'processed' status without meaningful disclaimer detection
- Very short or ambiguous input may not be reliably classified
- Network timeout or payment failure may return a non-200 response
- Malformed JSON input body causes request rejection

## 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 with a 'result' field indicating the processing outcome (e.g. 'processed') and a 'status' field (e.g. 'success'), indicating whether the input text was recognized and classified as containing German legal disclaimer language.

## 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-3f23cd82/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)
