# Anansi Data Intel Verdict

> Anansi Data Intel Verdict is a paid API for AI agents from anansidata.xyz, paid per call via x402, $0.04/call, status unknown (last checked 2026-09-15).

Returns a one-call composite intelligence verdict combining latest value, velocity ranking, peer rank, and anomaly z-score for a tracked data key — no orchestration needed.

## Facts

- Endpoint: POST https://anansidata.xyz/paid/intel/verdict
- Price: $0.04/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anansi-data-intel-verdict-992b97a1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3OQt8Hy1BKPkjW1DBCPbg

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 anansi-data-intel-verdict-992b97a1 -d '<json body>'
```

Example prompt: What's the composite verdict for the 'revenue_growth' key in the 'saas_metrics' dataset — give me the latest value, velocity rank, peer rank, and anomaly z-score all in one shot?

## When to prefer this

Choose this endpoint when you need all four analytics dimensions — latest value, velocity, peer rank, and anomaly z-score — for a single key in one call. It eliminates the need to orchestrate multiple separate analytics endpoints, saving latency and complexity. Prefer it over individual velocity, outlier, or snapshot endpoints when you want a holistic verdict without building a fan-out pipeline. The empty-result no-charge policy makes it safe to probe uncertain keys.

## Known failure modes

- Empty result returned when key has no data — not charged
- Invalid dataset or key identifier returns an error response
- Malformed request body causes a 4xx validation error
- Insufficient USDC balance or x402 payment failure blocks the call
- Temporary service unavailability returns a 5xx error

## How this service works

One-call composite verdict: latest value, velocity, peer rank, anomaly z — skip the orchestration. Empty result = not charged.

## Output

A composite verdict object containing: the latest tracked value for the requested key, its velocity score (rate of change over a window), its peer rank (relative to other keys in the dataset), and an anomaly z-score (deviation from its own historical baseline). If the key yields no result, the call is not charged.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anansi-data-intel-verdict-992b97a1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from anansidata.xyz](https://www.zero.xyz/host/anansidata.xyz/llms.txt)
