# 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-14).

Analyzes input text and returns a persuasion score estimating how persuasive or compelling the content is

## Facts

- Endpoint: POST https://kihustle.tech/agents/api/v1/persuasion-score-estimator
- 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-persuasion-score-estimator-5817c5b2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0FdzmyWrZMcvYs5gyOsTD

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-5817c5b2 -d '<json body>'
```

Example prompt: Can you score how persuasive this sales email draft is: 'Stop leaving money on the table. Our AI tool finds the gaps in your funnel and fixes them automatically — try it free for 14 days, no credit card required.'

## When to prefer this

Choose this endpoint when you need a quick, low-cost programmatic signal on how persuasive a piece of text is — particularly useful for marketing copy, sales emails, landing page headlines, or cold outreach. Prefer it over full LLM-based evaluation when you want a scalar score rather than qualitative feedback, or when processing many text variants at low cost ($0.002 per call).

## Known failure modes

- Empty or missing text field returns a validation error
- Excessively long text may be truncated or rejected
- Non-English text may return inaccurate or unreliable scores given the platform's German-language context
- Ambiguous or very short text may produce low-confidence results
- Network or payment processing failures return HTTP 402 or 5xx errors

## 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 computed persuasion score or classification and a status field confirming successful processing. The persuasion score reflects how compelling or influential the submitted text is likely to be.

## 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-5817c5b2/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)
