# Stratalize Litigation Risk Composite

> Stratalize Litigation Risk Composite is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-14).

Returns a composite litigation risk assessment for a named party by synthesizing docket intelligence, party profile data, and optional judge analytics from CourtListener sources, with a signed verifiable receipt.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/litigation-risk-composite
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-litigation-risk-composite-f9080dad
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CSib3YfREetyGTfnoU0MV

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-litigation-risk-composite-f9080dad
```

Example prompt: What's the litigation risk profile for Theranos Inc.? Pull the composite score with judge analytics for Judge Edward Davila.

## When to prefer this

Use this endpoint when you need a synthesized, attestable litigation risk score for a named party combining docket data, party profiles, and optional judge analytics in a single call. Prefer it over raw CourtListener queries when you need a composite risk score with a signed receipt for auditability, or when downstream compliance and legal due diligence workflows require independently verifiable outputs. Ideal for M&A due diligence agents, legal risk analysts, compliance officers, and investment researchers.

## Known failure modes

- Party name not found in CourtListener — returns partial or empty composite with degradation notice
- CourtListener source partially unavailable — composite degrades transparently with source failure flags
- Judge name not found or no analytics available for specified judge — overlay omitted with warning
- Invalid or missing party_name parameter — returns 400-level error
- Payment not received or insufficient USDC balance — returns 402 Payment Required

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Use when synthesizing litigation risk from party profile, docket intelligence, and optional judge analytics. Composite degrades transparently when partial CourtListener sources fail. Source: CourtListener composite

## Output

A composite litigation risk assessment including docket intelligence, party profile data, and an optional judge analytics overlay sourced from CourtListener. Each response includes a signed, independently verifiable receipt accessible at trust.stratalize.com/verify. The composite degrades gracefully when partial CourtListener sources are unavailable.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "judge_name": {
   "type": "string",
   "description": "Optional judge for analytics overlay"
  },
  "party_name": {
   "type": "string",
   "description": "Party or company name"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-litigation-risk-composite-f9080dad/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)
