# KiHustle Persuasion Score Estimator

> KiHustle Persuasion Score Estimator 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).

Analyzes a piece of text and returns an estimated persuasion score indicating how persuasive or compelling the content is

## Facts

- Endpoint: POST https://kihustle.tech/nexus/api/v1/persuasion-score-estimator
- 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-persuasion-score-estimator-2f23dd76
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TTwOGx_ZqAdZaNI6S4CsE

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-persuasion-score-estimator-2f23dd76 -d '<json body>'
```

Example prompt: Can you score how persuasive this text is: 'Stop trading your time for money — this proven system earns while you sleep, even if you're starting from zero'?

## When to prefer this

Use this endpoint when you need a quick, low-cost ($0.002) scalar signal on how persuasive a piece of text is — particularly useful for marketing copy, affiliate content, sales pitches, or newsletter content in the side-hustle and digital income space. Prefer this over general-purpose sentiment analyzers when the specific goal is measuring persuasive intent and impact rather than emotional tone or factual accuracy.

## Known failure modes

- Empty or missing 'text' field returns an error or undefined result
- Extremely long text inputs may be truncated or rejected
- Vague or non-textual input may produce low-confidence or generic scores
- Service may return generic success status without a meaningful persuasion score if the endpoint is a stub
- Non-English text behavior is undefined given the German-language brand context

## 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 containing a 'result' field with the computed persuasion score or classification and a 'status' field confirming whether processing succeeded. The schema indicates a lightweight result structure; the actual numeric score or label for the input text's persuasiveness level is contained in the result value.

## 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-persuasion-score-estimator-2f23dd76/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)
