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

Detects and analyzes German legal disclaimer language in text, identifying legally required notices and compliance-relevant clauses

## Facts

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

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-48c954e7 -d '<json body>'
```

Example prompt: Can you check this German website text for any legal disclaimer language — like affiliate disclosures, impressum notices, or risk warnings? Here's the text: 'Dieser Beitrag enthält Affiliate-Links. Wenn du über diese Links kaufst, erhalte ich eine Provision ohne Mehrkosten für dich.'

## When to prefer this

Choose this endpoint when you need to automatically detect or validate the presence of German legal disclaimer language — such as affiliate disclosures, impressum notices, risk warnings, or DSGVO-related notices — in German text. Particularly useful for German-market content pipelines, compliance automation, or publishing workflows where legal notice requirements must be verified before content goes live.

## Known failure modes

- Empty or missing text field returns an error or empty result
- Non-German text may produce inaccurate or low-confidence detection
- Very short text snippets may lack enough context for reliable detection
- Ambiguous legal phrasing may not be classified correctly
- Generic success response schema makes it hard to distinguish absence of disclaimer from processing error

## 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 German legal disclaimer language was detected in the submitted text, along with a status field confirming successful processing. The result field may classify the type or presence of disclaimer content found.

## 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-48c954e7/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)
