# SiteSignal OpenAPI JSON Inventory

> SiteSignal OpenAPI JSON Inventory is a paid API for AI agents from phases-prot-shine-royal.trycloudflare.com, paid per call via x402, $0.03/call, status down (last checked 2026-09-16).

Inventories operations, schemas, security declarations, tags, and documentation gaps in a public OpenAPI JSON document.

## Facts

- Endpoint: GET https://phases-prot-shine-royal.trycloudflare.com/x402/openapi-inventory
- 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/sitesignal-openapi-json-inventory-f672de17
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EpI6P7tlbq4HZU2Er0NyM

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 sitesignal-openapi-json-inventory-f672de17
```

Example prompt: Can you inventory the OpenAPI spec at https://petstore3.swagger.io/api/v3/openapi.json and tell me all the operations, schemas, security declarations, and any documentation gaps?

## When to prefer this

Choose this endpoint when you need a structured audit or summary of a public OpenAPI 3.x or Swagger 2.0 JSON document — particularly for identifying documentation gaps, security declarations, and available operations — without manually parsing the spec. Prefer this over generic web scrapers or metadata extractors when the target is specifically an OpenAPI/Swagger JSON file and you need API-domain-aware analysis.

## Known failure modes

- Invalid or unreachable URL returns an error indicating the document could not be fetched
- Non-OpenAPI or malformed JSON at the URL results in a parse failure
- Swagger 2.0 or OpenAPI 3.x documents outside supported versions may produce incomplete results
- Very large OpenAPI documents may be truncated or partially inventoried
- Private/authenticated URLs will fail since only public documents are supported

## How this service works

Inventory operations, schemas, security declarations, tags, and documentation gaps in one public OpenAPI JSON document.

## Output

Returns a structured inventory of the target OpenAPI document including: all API operations with their HTTP methods and paths, schema definitions, security schemes and declarations, tags, and identified documentation gaps or missing fields.

## 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"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "url"
     ],
     "properties": {
      "url": {
       "type": "string",
       "format": "uri",
       "description": "Public OpenAPI 3.x or Swagger 2.0 JSON document."
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sitesignal-openapi-json-inventory-f672de17/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from phases-prot-shine-royal.trycloudflare.com](https://www.zero.xyz/host/phases-prot-shine-royal.trycloudflare.com/llms.txt)
