# KiHustle First-Person Ratio Analyzer

> KiHustle First-Person Ratio Analyzer 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).

Analyzes text to compute the ratio of first-person language usage within a given input

## Facts

- Endpoint: POST https://kihustle.tech/api/v1/first-person-ratio
- 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-first-person-ratio-analyzer-e78bdab9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WfYol8UPjyEba1E2md0zw

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-first-person-ratio-analyzer-e78bdab9 -d '<json body>'
```

Example prompt: Can you analyze this blog post draft and tell me the first-person ratio — I want to know how heavily it leans on I/me/my language before I publish it?

## When to prefer this

Use this endpoint when you need a lightweight, pay-per-call computation of first-person pronoun density in a piece of text — for example, when auditing content for tone, checking if writing feels too personal or self-referential, or comparing voice across multiple documents. At $0.002 per call it is cost-effective for single-document checks.

## Known failure modes

- Empty or missing text body returns an error response
- Malformed JSON payload may result in a 400-level error
- Text too long may cause processing failure or timeout
- Network or server-side errors return non-success status

## 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; the computed first-person ratio or score for the submitted text is included in the result.

## 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-first-person-ratio-analyzer-e78bdab9/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)
