# KiHustle Source Attribution Checker

> KiHustle Source Attribution Checker 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).

Checks text for source attribution quality, verifying whether content properly credits its origins or affiliate links

## Facts

- Endpoint: POST https://kihustle.tech/agents/api/v1/source-attribution-checker
- 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-source-attribution-checker-0d73a0b9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qUuIyT9pez2z0FgUHedjl

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-source-attribution-checker-0d73a0b9 -d '<json body>'
```

Example prompt: Can you check this article text for proper source attribution and tell me if the content credits its sources correctly: 'AI tools have doubled productivity for solopreneurs, according to recent studies. Use this affiliate link to try the top-rated tool.'

## When to prefer this

Choose this endpoint when you need to validate that written content — particularly blog posts, guides, or affiliate-monetized articles — properly attributes its sources and discloses commercial relationships. Best suited for content creators and publishers on the KiHustle platform who want to ensure transparency compliance before publishing AI, automation, or side-hustle content.

## Known failure modes

- Empty or missing 'text' field returns an error or no meaningful result
- Extremely long text may exceed processing limits
- Non-textual or binary content submitted as text may produce unreliable results
- Ambiguous attribution cases may return generic 'processed' results without specific guidance

## 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 attribution check outcome and a 'status' field confirming whether processing succeeded. May include details about attribution quality or compliance issues found 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-source-attribution-checker-0d73a0b9/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)
