# KiHustle Call-to-Action Detector

> KiHustle Call-to-Action Detector 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).

Detects and classifies call-to-action elements within a given text string

## Facts

- Endpoint: POST https://kihustle.tech/api/v1/call-to-action-detector
- 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-call-to-action-detector-1fa19fb5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_16PvVWh-nJgrAvLqKq07e

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-call-to-action-detector-1fa19fb5 -d '<json body>'
```

Example prompt: Scan this paragraph for any call-to-action phrases and let me know if it contains one: 'Unlock your full potential today — sign up now and get instant access to our free guide!'

## When to prefer this

Choose this endpoint when you need a lightweight, low-cost ($0.002 per call) automated check for call-to-action presence in text — particularly for content pipelines, marketing copy review workflows, or agent-driven content audits. It is best suited for single text snippets rather than bulk document processing. Prefer this over general NLP APIs when you specifically need CTA-focused detection in a pay-per-use model.

## Known failure modes

- Empty or missing 'text' field returns an error or malformed response
- Extremely long text inputs may cause timeouts or truncation
- Non-string input types in the 'text' field may cause processing failures
- Ambiguous or very short text may return inconclusive results
- Service unavailability returns a non-200 HTTP 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 indicating whether the text was processed and a 'status' field confirming success. The exact nature of CTA classification (e.g. CTA present/absent, type of CTA) is inferred from the endpoint name but may be included 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-call-to-action-detector-1fa19fb5/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)
