# KiHustle Style Guide Checker

> KiHustle Style Guide Checker 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).

Checks submitted text against a style guide and returns a validation result

## Facts

- Endpoint: POST https://kihustle.tech/bot-bazaar/api/v1/style-guide-checker
- 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-style-guide-checker-3c14fb99
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0mWGKTupKEHGpDbp6Z82g

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-style-guide-checker-3c14fb99 -d '<json body>'
```

Example prompt: Can you run a style guide check on this paragraph I wrote for my blog post: 'Using AI tools to build passive income streams has never been easier — even for solo creators with no tech background.'

## When to prefer this

Choose this endpoint when you need a lightweight, pay-per-call style validation check on short text snippets, especially in a content workflow targeting the KI/AI and side hustle niche. It is appropriate when cost is a concern ($0.002 per call) and you want a quick pass/fail style signal rather than a detailed grammar or readability analysis.

## Known failure modes

- Missing or empty 'text' field returns an error
- Oversized text payloads may be rejected
- Payment failure via x402 protocol prevents processing
- Ambiguous or undocumented style rules may yield generic success responses without actionable feedback
- Response schema is minimal and may not surface detailed style violations

## 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

A JSON response indicating whether the submitted text was processed successfully, with a result field (e.g. 'processed') and a status field (e.g. 'success'). Detailed style feedback fields are not documented in the current schema.

## 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-style-guide-checker-3c14fb99/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)
