# Stratalize Citation Authority Analysis

> Stratalize Citation Authority Analysis is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns citation frequency, citing courts, and authority classification (landmark/highly cited/frequently cited/limited) for a legal case, sourced from CourtListener with cryptographic verification.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/citation-authority
- 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/stratalize-citation-authority-analysis-90928536
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZNWvxZS94-fwg9HApLmQs

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 stratalize-citation-authority-analysis-90928536
```

Example prompt: How authoritative is Roe v. Wade — citation '410 U.S. 113' — can you pull the citation count, which courts have cited it, and whether it's classified as landmark or highly cited?

## When to prefer this

Use this endpoint when you need to assess the precedential weight or citation authority of a specific legal case — especially when cryptographic verification of the result is required. Prefer this over general legal search tools when the output needs to be auditable or when the authority classification (landmark vs. limited) is the key signal needed for legal analysis, M&A due diligence, or litigation strategy.

## Known failure modes

- Unknown or invalid citation returns no results or 404
- Ambiguous case name without a formal citation may return incorrect case
- CourtListener data lag may mean very recent cases have incomplete citation counts
- Malformed citation string causes input validation error

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Citation authority analysis — how many times a case has been cited, by which courts, and authority signal (landmark / highly cited / frequently cited / limited). Source: CourtListener

## Output

Returns the number of times the case has been cited, a list of citing courts, and an authority signal classification (landmark, highly cited, frequently cited, or limited). Each response is ML-DSA-65 signed and includes a cryptographic receipt verifiable at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "citation": {
   "type": "string",
   "description": "Case citation e.g. \"410 U.S. 113\""
  },
  "case_name": {
   "type": "string",
   "description": "Legacy alias for citation query"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-citation-authority-analysis-90928536/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
