# api.analoghubris.com

> api.analoghubris.com is a paid API for AI agents from api.analoghubris.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

## Facts

- Endpoint: POST https://api.analoghubris.com/v0/top
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/v0-top-b404e74b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_b7l4nSqnAisNeNAQGnPei

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 v0-top-b404e74b -d '<json body>'
```

## 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": {
      "n": {
       "type": "integer",
       "maximum": 100,
       "minimum": 1,
       "description": "Number of top endpoints"
      },
      "min_score": {
       "type": "integer",
       "maximum": 100,
       "minimum": 0
      },
      "exclude_spam": {
       "type": "boolean"
      }
     }
    }
   },
   "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/v0-top-b404e74b/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)
