# KiHustle README Generator Light

> KiHustle README Generator Light 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).

Generates a lightweight README document for an API or project given a title, description, and list of endpoints

## Facts

- Endpoint: POST https://kihustle.tech/agents/api/v1/readme-generator-light
- 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-readme-generator-light-7e1f9632
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hlzlp5JZ3i5IGFeT4BKO-

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-readme-generator-light-7e1f9632 -d '<json body>'
```

Example prompt: Can you generate a README for my project called 'Price Tracker API' — it's a tool that monitors e-commerce prices and alerts users, and the endpoints are /track, /alerts, and /history?

## When to prefer this

Choose this endpoint when you need a fast, cheap ($0.002 USDC), no-frills README generated from minimal structured inputs (title, description, endpoints). Best for solo developers or agents that need a quick documentation artifact without advanced formatting, versioning, or multi-language support.

## Known failure modes

- Missing required fields (title or description) may cause a processing error or empty result
- Malformed endpoint array (non-string items) may produce incomplete documentation
- Overly long descriptions may be truncated or cause timeout
- Payment failure via x402 protocol will block the request before processing

## 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 containing the generated README content and a 'status' field confirming success. The README is a lightweight, structured text document covering the project title, description, and listed endpoints.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "title": {
   "type": "string"
  },
  "endpoints": {
   "type": "array",
   "items": {
    "type": "string"
   }
  },
  "description": {
   "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-readme-generator-light-7e1f9632/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)
