# KiHustle Subjectivity Analysis API

> KiHustle Subjectivity Analysis API is a paid API for AI agents from kihustle.tech, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).

Analyzes a given text to determine its subjectivity — distinguishing objective statements from subjective opinions or sentiment-laden language

## Facts

- Endpoint: POST https://kihustle.tech/nexus/api/v1/subjectivity-analysis
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kihustle-subjectivity-analysis-api-07c272f9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ufch38VFlETKBQ2XdZHP-

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-subjectivity-analysis-api-07c272f9 -d '<json body>'
```

Example prompt: Can you analyze this text for subjectivity and tell me whether it reads as an opinion or an objective statement: 'This product completely changed my life and is absolutely the best thing I've ever bought.'

## When to prefer this

Choose this endpoint when you need a lightweight, pay-per-call subjectivity classifier with no authentication overhead beyond micropayment via x402. Best suited for single-text analysis tasks where you want to distinguish opinionated from objective language quickly. Avoid if you need detailed sentiment scores, entity-level analysis, or a well-documented production-grade NLP API.

## Known failure modes

- Empty or missing 'text' field in request body — likely returns an error status
- Overly long text may exceed processing limits — no explicit length constraint documented
- Vague or generic response schema means interpretation of result values requires trial and error
- Low crawl quality score suggests the endpoint may be experimental or unstable

## 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 subjectivity classification outcome and a 'status' field confirming successful processing. The response schema is minimal; specific subjectivity scores, labels, or confidence values may be included in the result field depending on the implementation.

## 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-subjectivity-analysis-api-07c272f9/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)
