# 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).

Analyzes text to detect and identify call-to-action (CTA) elements within it

## Facts

- Endpoint: POST https://kihustle.tech/agents/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-f221bf79
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rv5LuoGwH6CQ7qVUfux4F

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

Example prompt: Can you check this landing page copy for any call-to-action phrases? Here's the text: 'Don't miss out — sign up today and start earning with our AI-powered side hustle system before the offer expires.'

## When to prefer this

Choose this endpoint when you need a lightweight, pay-per-call text analysis specifically targeting call-to-action detection in marketing or content copy, especially within German-language or AI/side-hustle content contexts. It is well-suited for single text snippets rather than bulk document processing.

## Known failure modes

- Missing or empty 'text' field in request body — likely returns an error status
- Extremely long text inputs may time out or be rejected
- Non-string input type for 'text' field may cause a parsing error
- Network or payment-related failure if x402 payment is not correctly handled

## 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 processing outcome (e.g. 'processed') and a 'status' field confirming success. The response indicates whether a call-to-action was detected in the submitted text, though the exact CTA details or confidence scores are not explicitly documented in the schema.

## 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-f221bf79/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)
