# 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 identifies call-to-action elements within a given text string

## Facts

- Endpoint: POST https://kihustle.tech/bot-bazaar/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-df4a4b8e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VG1K7OAodcuUvu3PBZR-H

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-df4a4b8e -d '<json body>'
```

Example prompt: Can you check this paragraph from my landing page and tell me whether it contains a call to action: 'Sign up today and get your first month free — limited spots available!'?

## When to prefer this

Choose this endpoint when you need a lightweight, pay-per-call CTA detection service for text content — particularly useful for content marketers, affiliate publishers, or automation pipelines that need to programmatically flag persuasive or action-oriented language in copy without building a custom NLP pipeline.

## Known failure modes

- Empty or missing 'text' field returns an error or unprocessed result
- Extremely long text strings may be truncated or cause timeouts
- Ambiguous or non-English text may reduce detection accuracy
- Network or payment failure (x402) prevents the call from completing
- Malformed JSON body returns a 400-level error

## 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 indicating whether a CTA was detected in the input text, with a 'result' field (e.g. 'processed') and a 'status' field (e.g. 'success'). The specific CTA detection output or classification details 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-df4a4b8e/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)
