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

Validates a JSON-LD object against Schema.org standards and returns a lightweight pass/fail result with processing status.

## Facts

- Endpoint: POST https://kihustle.tech/agents/api/v1/schema-org-validator-light
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kihustle-schema-org-json-ld-validator-light-24e8036f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_duDH-ru_RlyFdVxMrgfHR

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

Example prompt: Can you validate this JSON-LD structured data object for me and tell me if it's correctly formatted Schema.org markup? Here it is: {"@context":"https://schema.org","@type":"Article","name":"My Guide","author":{"@type":"Person","name":"Jane"}}

## When to prefer this

Choose this endpoint when you need a fast, cheap, lightweight Schema.org JSON-LD validation check (e.g. as part of a content publishing pipeline or SEO automation workflow) and do not require detailed error diagnostics. At $0.002 per call it is cost-effective for high-volume batch validation. Prefer dedicated Schema.org validators with full error reporting (e.g. Google's Rich Results Test) when you need detailed remediation guidance.

## Known failure modes

- Malformed or non-JSON input returns an error status
- Empty or missing json_ld field may return a failure result
- Deeply nested or very large JSON-LD objects may be truncated or rejected
- Non-Schema.org JSON-LD vocabularies may not be recognized
- Payment failure via x402 protocol prevents endpoint access

## 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 and a 'status' field showing success or failure of the validation. The response is a lightweight pass/fail signal rather than a detailed error report.

## 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-24e8036f/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)
