# KiHustle Business Day Calculator

> KiHustle Business Day Calculator 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).

Calculates business days based on a text input describing a date range or working-day query

## Facts

- Endpoint: POST https://kihustle.tech/api/v1/business-day-calculator
- 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-business-day-calculator-197e60a0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sj2SKXoiaJld8-UTnFNMt

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-business-day-calculator-197e60a0 -d '<json body>'
```

Example prompt: How many business days are there between January 15 and February 28, excluding weekends?

## When to prefer this

Choose this endpoint when you need a lightweight, low-cost ($0.002 per call) text-based business day calculation without needing to integrate a full calendar or scheduling API. It accepts natural language text input, making it easy to invoke from an agent without complex date formatting.

## Known failure modes

- Ambiguous or unparseable text input returns an error or unexpected result
- Non-English date expressions may not be parsed correctly
- Missing or empty text field may return a generic error response
- Holiday calendars for specific countries or locales may not be accounted for
- Edge cases like leap years or timezone-crossing dates may yield incorrect results

## 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 containing the computed business day answer and a 'status' field indicating success or failure of the computation.

## 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-business-day-calculator-197e60a0/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)
