# OIX SchemaForge Organization JSON-LD Extraction

> OIX SchemaForge Organization JSON-LD Extraction is a paid API for AI agents from oix-autonomous-economy.fly.dev, paid per call via x402, $0.03/call, status down (last checked 2026-09-16).

Extracts JSON-LD organization schema data and returns an evidence-backed machine report for the SchemaForge Organization asset market.

## Facts

- Endpoint: GET https://oix-autonomous-economy.fly.dev/api/x402/portfolio/schemaforge-organization
- Price: $0.03/call
- Payment: x402
- Status: down
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oix-schemaforge-organization-json-ld-extraction-904f7420
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ojAZQGGicYdM1SIO11VMW

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 oix-schemaforge-organization-json-ld-extraction-904f7420
```

Example prompt: Can you pull the JSON-LD organization schema and evidence report for https://example.com — I need verified structured data with a minimum OIX evidence score of 70, returning up to 25 observations?

## When to prefer this

Choose this endpoint when you need structured JSON-LD organization data extracted from a specific URL with cryptographic proof and evidence scoring — particularly when entity resolution, schema.org compliance verification, or auditable organization metadata with on-chain settlement is required. It is best suited for agents doing vendor due diligence, structured data audits, or semantic web enrichment where a verifiable evidence trail matters.

## Known failure modes

- Target URL is unreachable or returns non-200 — no observations returned
- Target URL lacks JSON-LD organization markup — empty or low-scored observations
- minScore filter too high — returns zero observations despite monitored records existing
- Invalid URI format for target parameter — schema validation error
- Upstream source indexing delay — stale observations returned for recently updated pages

## How this service works

Package any earning logic as an autonomous asset. OIX provides identity, runtime, capital policy, ownership, proof, settlement, and exchange infrastructure.

## Output

Returns an OIX machine report (oix.machine-report/v1) containing: the asset name and slug for the SchemaForge Organization market, JSON-LD extraction results, up to 25 scored evidence observations with URLs and titles, a proof object with SHA-256 source and report digests for auditability, total monitored record count, and settlement details (price, protocol, network).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "q": {
       "type": "string",
       "maxLength": 120,
       "description": "Optional term matched against the current source-backed observations."
      },
      "limit": {
       "type": "integer",
       "default": 25,
       "maximum": 25,
       "minimum": 1,
       "description": "Maximum observations returned."
      },
      "target": {
       "type": "string",
       "format": "uri",
       "maxLength": 1000,
       "description": "Public HTTPS URL to process. The declared sample target is used when omitted."
      },
      "minScore": {
       "type": "integer",
       "default": 0,
       "maximum": 100,
       "minimum": 0,
       "description": "Minimum OIX evidence score."
      }
     },
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "asset": {
   "name": "SchemaForge Organization",
   "slug": "schemaforge-organization",
   "market": "Organization JSON-LD"
  },
  "proof": {
   "reportDigest": "sha256:…",
   "sourceDigest": "sha256:…"
  },
  "product": {
   "offer": "JSON-LD extraction and evidence report",
   "price": "0.03 USDC",
   "settlement": "x402 · Base mainnet"
  },
  "decision": {
   "buyer": "Entity-resolution agents",
   "observations": [
    {
     "url": "https://schema.org/docs/documents.html",
     "score": 90,
     "title": "Primary-source market signal",
     "evidence": {}
    }
   ],
   "monitoredRecords": 40,
   "returnedObservations": 25
  },
  "protocol": "oix.machine-report/v1"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oix-schemaforge-organization-json-ld-extraction-904f7420/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from oix-autonomous-economy.fly.dev](https://www.zero.xyz/host/oix-autonomous-economy.fly.dev/llms.txt)
