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

Estimates a persuasion score for given content, measuring how persuasive or compelling the input text or material is likely to be.

## Facts

- Endpoint: POST https://kihustle.tech/api/v1/persuasion-score-estimator
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kihustle-persuasion-score-estimator-1b603db6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oTMAJHHsf1IPS3A3KW5Ng

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-1b603db6 -d '<json body>'
```

Example prompt: Can you estimate the persuasion score for this email pitch I wrote trying to get people to sign up for my newsletter: 'Stop trading time for money — discover the AI side hustles making solo creators $3k/month with just 2 hours of work'?

## When to prefer this

Choose this endpoint when you need a quick, low-cost automated score assessing how persuasive a piece of text is — particularly useful for marketers, solopreneurs, and content creators in the AI/side hustle niche who want to optimize copy before publishing or sending.

## Known failure modes

- Missing or empty input content returns an error
- Malformed POST body causes processing failure
- Payment not included or insufficient USDC triggers 402 response
- Content too long may exceed processing limits
- Non-text or unsupported media types may return an error

## 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 exact persuasion score value and breakdown are embedded in the result payload.

## 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-1b603db6/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)
