# KiHustle German VAT 19% Calculator

> KiHustle German VAT 19% 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-15).

Calculates German VAT (Umsatzsteuer) at the standard 19% rate from a text input describing a price or transaction

## Facts

- Endpoint: POST https://kihustle.tech/nexus/api/v1/de-ust-19-calculator
- 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-german-vat-19-calculator-1976b677
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XwRyaUjv-ZvuyLj-GwW4Q

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-german-vat-19-calculator-1976b677 -d '<json body>'
```

Example prompt: Can you calculate the 19% German VAT (Umsatzsteuer) for a product that costs €250 gross — I need the net amount and the VAT portion broken out separately?

## When to prefer this

Choose this endpoint when you need a simple, on-demand German standard VAT (19% Umsatzsteuer) calculation from a natural-language or text-based price input, especially in a German-language or EU tax context. Prefer this over general-purpose calculators when the specific German 19% USt rate is required and you want a lightweight API call with micro-payment pricing.

## Known failure modes

- Invalid or unparseable text input returns a generic error
- Non-numeric or ambiguous amount text may produce incorrect results
- Missing or malformed request body returns a 400 error
- Payment not sent or insufficient USDC results in 402 Payment Required

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

A JSON object indicating the calculation result, typically including the processed status and computed VAT figures derived from the input text (net amount, gross amount, and/or VAT portion at 19%).

## 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-german-vat-19-calculator-1976b677/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)
