# KiHustle Cliche Finder

> KiHustle Cliche Finder is a paid API for AI agents from kihustle.tech, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-13).

Analyzes text to detect and flag overused clichés, tired phrases, and stale expressions

## Facts

- Endpoint: POST https://kihustle.tech/nexus/api/v1/cliche-finder
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kihustle-cliche-finder-b2ad645f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oCACvjrx4LRNQJ5_5kNqE

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-cliche-finder-b2ad645f -d '<json body>'
```

Example prompt: Can you check this paragraph for clichés and overused phrases: 'At the end of the day, we need to think outside the box and hit the ground running to move the needle for our customers'?

## When to prefer this

Choose this endpoint when you need a lightweight, low-cost per-call cliché detection tool for written content, particularly blog posts, articles, or marketing copy. It is well-suited to editorial automation pipelines that need to flag overused language before publication. Prefer it when cost sensitivity matters (fractions of a cent per call) and the text domain is informal digital content or side-hustle/business writing.

## Known failure modes

- Empty or missing 'text' field returns an error or empty result
- Extremely long text may be truncated or fail processing
- Non-English text may not be recognized as clichés correctly
- Generic success/processed response makes it hard to distinguish no-clichés-found from a processing error
- Opaque response schema provides limited structured detail about which phrases were flagged

## 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 and a 'status' field confirming success. Likely includes identified clichés or flagged phrases found within the submitted text, though the full response schema is minimal and terse.

## 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-cliche-finder-b2ad645f/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)
