# KiHustle AI Text Detector

> KiHustle AI Text 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).

Analyzes a block of text and returns a result indicating whether it was likely generated by AI

## Facts

- Endpoint: POST https://kihustle.tech/api/v1/ai-text-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-ai-text-detector-f4352c6b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EIi-ZgBWPjjEbfd1WzNBz

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-ai-text-detector-f4352c6b -d '<json body>'
```

Example prompt: Check this paragraph for AI-generated content: 'The synergy of innovative paradigms enables stakeholders to leverage scalable solutions across dynamic ecosystems.' — is it likely written by a human or an AI?

## When to prefer this

Choose this endpoint when you need a low-cost ($0.002 per call), API-accessible AI text detection check paid via x402/USDC micropayment. It is suitable for lightweight, single-text screening tasks where a simple pass/fail or classification result is sufficient. Prefer more established AI detection APIs (e.g. Originality.ai, GPTZero) when you need detailed confidence scores, multi-language support, or a well-documented response schema with clear classification labels.

## Known failure modes

- Empty or missing 'text' field returns an error or undefined behavior
- Extremely short text (fewer than a few words) may produce unreliable results
- Non-English text may reduce detection accuracy given the site's German-language focus
- Response schema is underspecified — 'result' value semantics beyond 'processed' are unclear
- Service may return generic success status even on edge-case inputs

## 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 detection outcome (e.g. 'processed') and a 'status' field confirming success or failure of the request. The response schema is minimal; agents should treat the 'result' value as the primary classification output.

## 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-ai-text-detector-f4352c6b/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)
