# KiHustle Internal Link Ratio Scorer

> KiHustle Internal Link Ratio 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 compute an internal link ratio score, measuring the proportion or quality of internal links within a given body of text.

## Facts

- Endpoint: POST https://kihustle.tech/nexus/api/v1/internal-link-ratio-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-internal-link-ratio-scorer-917dec79
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mMCnztRAEH8WYj6FK4j7V

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-internal-link-ratio-scorer-917dec79 -d '<json body>'
```

Example prompt: Can you score the internal link ratio for this article text I wrote: 'We cover AI tools, side hustles, and automation strategies. Check our guide on AI income and our automation playbook for more details.'?

## When to prefer this

Choose this endpoint when you need a quick, automated computation of the internal link ratio within a text body — particularly useful for SEO content auditing, pre-publish checks on blog articles, or automated content pipelines that enforce internal linking standards. It is best suited for single text submissions rather than bulk batch processing.

## Known failure modes

- Empty or missing 'text' field returns an error or undefined result
- Extremely long text may time out or return a truncated result
- Non-textual or binary input may cause a processing failure
- Malformed JSON body returns a 400-level error
- Service unavailability returns a 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 (e.g. 'processed') and a 'status' field (e.g. 'success'), indicating that the internal link ratio has been computed. The actual score or ratio detail is likely embedded in the result value, though the schema only exposes a minimal example response.

## 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-internal-link-ratio-scorer-917dec79/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)
