# AnalogHubris Trust Index — Latest Snapshot Metadata

> AnalogHubris Trust Index — Latest Snapshot Metadata is a paid API for AI agents from api.analoghubris.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns the most recent pre-computed snapshot metadata for the AnalogHubris Trust Index of x402 endpoints.

## Facts

- Endpoint: GET https://api.analoghubris.com/v0/snapshot
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/analoghubris-trust-index-latest-snapshot-metadata-8b78a9f3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_afkeLNjCi2KY2mEdndAHx

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 analoghubris-trust-index-latest-snapshot-metadata-8b78a9f3
```

Example prompt: Pull the latest snapshot from the AnalogHubris Trust Index so I can see the current state of the x402 endpoint index without triggering a live re-probe.

## When to prefer this

Use this endpoint when you want a fast, cached read of the Trust Index state without paying for a live re-probe. Prefer this over the live re-probe sibling endpoint when freshness is not critical and you just need a recent snapshot for display, analysis, or downstream filtering. Use the filtered/ranked sibling instead if you need specific ranked or filtered results rather than raw snapshot metadata.

## Known failure modes

- No snapshot available yet — index has never been computed
- Upstream snapshot storage unavailable — 503 or 500 error
- Payment not received or insufficient — 402 response requiring x402 payment of 0.1 USDC
- Malformed request parameters — 400 bad request
- Rate limiting or quota exceeded — 429 response

## How this service works

RobotsShop Trust Index — latest snapshot metadata

## Output

Returns a snapshot object containing the most recently computed Trust Index metadata, likely including a timestamp, version, aggregate scores, and summary statistics about the indexed x402 endpoints — without performing a live re-probe of any URLs.

## 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": {}
    }
   },
   "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/analoghubris-trust-index-latest-snapshot-metadata-8b78a9f3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.analoghubris.com](https://www.zero.xyz/host/api.analoghubris.com/llms.txt)
