# KiHustle Burstiness Scorer

> KiHustle Burstiness Scorer 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 score its burstiness — a linguistic measure of how natural or AI-generated the writing pattern feels, based on sentence length variation.

## Facts

- Endpoint: POST https://kihustle.tech/agents/api/v1/burstiness-scorer
- 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-burstiness-scorer-6b1ae40a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SErIXaFx9MWGNkhv0SXAS

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-burstiness-scorer-6b1ae40a -d '<json body>'
```

Example prompt: Can you score the burstiness of this paragraph for me — I want to know if my writing sounds natural or too uniform: 'Artificial intelligence is transforming industries. It automates tasks efficiently. Businesses adopt AI tools rapidly. Costs decrease significantly over time.'

## When to prefer this

Use this endpoint when you need a lightweight, per-call burstiness measurement on a text snippet — especially when building AI-detection pipelines, content humanization workflows, or writing feedback tools. Prefer it over full AI-detection suites when burstiness is specifically the signal you need and cost-efficiency matters at $0.002 per call.

## Known failure modes

- Empty or missing text field returns an error or undefined result
- Extremely short text (single sentence) may produce unreliable or degenerate scores
- Non-English text may not be scored accurately depending on the underlying model
- Very long texts may exceed processing limits
- Generic response schema means specific score values or scale may not be clearly documented

## 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 burstiness score result and a success status indicator, reflecting how varied (or uniform) the sentence length patterns are in the submitted text.

## 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-burstiness-scorer-6b1ae40a/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)
