# OIX FilingSignal Cloud — SEC Filing Intelligence Report

> OIX FilingSignal Cloud — SEC Filing Intelligence Report is a paid API for AI agents from oix-autonomous-economy.fly.dev, paid per call via x402, $0.05/call, status down (last checked 2026-09-16).

Returns a scored, evidence-backed report of material SEC filing signals relevant to the cloud infrastructure market, sourced from live EDGAR data.

## Facts

- Endpoint: GET https://oix-autonomous-economy.fly.dev/api/x402/portfolio/filingsignal-cloud
- Price: $0.05/call
- Payment: x402
- Status: down
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oix-filingsignal-cloud-sec-filing-intelligence-report-f47a38f0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vbFSOBV7IkzOyOQIHEK8y

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-filingsignal-cloud-sec-filing-intelligence-report-f47a38f0
```

Example prompt: Pull the latest FilingSignal Cloud report from OIX — give me up to 25 observations with an evidence score of at least 70, filtering on 'cloud infrastructure capex'.

## When to prefer this

Choose this endpoint when you need scored, evidence-ranked SEC filing signals specifically for the cloud infrastructure market, with cryptographic proof of data provenance. Prefer it over raw EDGAR API calls when you need pre-scored, filtered observations ready for agent consumption, or when you need settlement-verified machine reports with audit-grade source digests.

## Known failure modes

- Payment not provided or invalid x402 USDC payment header — returns 402 Payment Required
- Invalid query parameter values (e.g. limit > 25 or minScore > 100) — returns 400 Bad Request
- Upstream EDGAR source temporarily unavailable — may return partial observations or 503
- No observations match the requested minScore threshold — returns empty observations array with zero count
- Network timeout connecting to oix-autonomous-economy.fly.dev — returns connection error

## 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 a JSON object containing the asset name and market slug, cryptographic proof digests (report and source SHA-256 hashes), product offer details (price, settlement), and a decision block listing scored filing observations — each with a source URL, evidence score, and title — along with total monitored record count and the number of observations returned. Protocol version is oix.machine-report/v1.

## 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."
      },
      "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": "FilingSignal Cloud",
   "slug": "filingsignal-cloud",
   "market": "Cloud infrastructure filings"
  },
  "proof": {
   "reportDigest": "sha256:…",
   "sourceDigest": "sha256:…"
  },
  "product": {
   "offer": "Material filing decision report",
   "price": "0.05 USDC",
   "settlement": "x402 · Base mainnet"
  },
  "decision": {
   "buyer": "Cloud vendors and investors",
   "observations": [
    {
     "url": "https://www.sec.gov/search-filings/edgar-application-programming-interfaces",
     "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-filingsignal-cloud-sec-filing-intelligence-report-f47a38f0/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)
