# KiHustle Schema.org JSON-LD Validator (Light)

> KiHustle Schema.org JSON-LD Validator (Light) 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).

Validates a Schema.org JSON-LD object for correctness and returns a processed status result

## Facts

- Endpoint: POST https://kihustle.tech/api/v1/schema-org-validator-light
- 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-schema-org-json-ld-validator-light-fe6b86ef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FVC5w4rBe9OoaUY8cebIP

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-schema-org-json-ld-validator-light-fe6b86ef -d '<json body>'
```

Example prompt: Can you validate this JSON-LD structured data object for me and check if it's Schema.org compliant? Here it is: {"@context":"https://schema.org","@type":"Article","headline":"How to earn online with AI","author":{"@type":"Person","name":"Jane Doe"}}

## When to prefer this

Choose this endpoint when you need a lightweight, low-cost ($0.002 USDC) programmatic check of a Schema.org JSON-LD object without requiring a full-featured validator. Best suited for automated pipelines that need quick pass/fail confirmation on structured data markup before publishing, especially when cost per call matters at scale.

## Known failure modes

- Malformed JSON-LD input may return an error or unexpected status
- Missing required Schema.org properties may not be caught by this light validator
- Network or payment failures (x402) may prevent the call from completing
- Unsupported Schema.org types may not be fully validated by the light implementation

## 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 response indicating whether the submitted JSON-LD object was successfully processed and validated, with a 'result' field (e.g. 'processed') and a 'status' field (e.g. 'success'). Errors or invalid markup would presumably surface via non-success status values.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "json_ld": {
   "type": "object"
  }
 }
}
```

## 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-schema-org-json-ld-validator-light-fe6b86ef/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)
