# Stratalize Party Litigation Profile

> Stratalize Party Litigation Profile 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 a federal litigation profile for a company or individual, including total docket count, active courts, nature of suit breakdown, and recent cases sourced from CourtListener.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/party-litigation-profile
- 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-party-litigation-profile-a80d5607
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ClQmdEzRvNrbQmrxXJaNX

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-party-litigation-profile-a80d5607
```

Example prompt: Pull the federal litigation profile for Theranos Inc — I need the total docket count, which courts they've appeared in, the nature of suit breakdown, and their most recent cases for an M&A diligence review.

## When to prefer this

Use this endpoint when you need federal court litigation history for a named company or individual, especially for M&A due diligence, vendor risk assessment, or compliance monitoring. Prefer this over generic search when you need structured docket data with cryptographic attestation and a verifiable audit trail. Best when CourtListener coverage of federal dockets is sufficient for your use case.

## Known failure modes

- Party name not found in CourtListener — returns empty result or zero dockets
- Ambiguous party name matching multiple entities — may return broader than expected results
- CourtListener data lag — very recent filings may not yet appear
- Invalid or missing party_name parameter — returns 400 error
- Payment failure — x402 protocol error if USDC balance insufficient

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Federal litigation history for a company or individual — total docket count, active courts, nature of suit breakdown, and recent cases. Required param: party name. Source: CourtListener

## Output

A structured litigation profile including total federal docket count, list of active courts, nature of suit breakdown by category, recent case summaries, and a cryptographically signed receipt (ML-DSA-65) verifiable at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "party_name": {
   "type": "string",
   "description": "Company or individual name to search federal dockets"
  }
 }
}
```

## More

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