# PolicyPulse Court Decision Intelligence API

> PolicyPulse Court Decision Intelligence API is a paid API for AI agents from policypulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-13).

Retrieves court decision intelligence from apex courts globally including SCOTUS, CJEU, UK Supreme Court, India SC, Brazil STF, and more

## Facts

- Endpoint: GET https://policypulse.theaslangroupllc.com/api/court
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/policypulse-court-decision-intelligence-api-68d31fe0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XOG2Slm16Ms2Owg7Z1Jux

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 policypulse-court-decision-intelligence-api-68d31fe0
```

Example prompt: Can you pull the latest SCOTUS and CJEU decisions on data privacy from the last 90 days? I need to understand the key rulings and how they might affect our compliance posture.

## When to prefer this

Choose this endpoint when you need structured intelligence on apex court decisions across multiple global jurisdictions, especially for cross-border legal research, compliance monitoring, or policy analysis requiring SCOTUS, CJEU, UK SC, India SC, or Brazil STF rulings

## Known failure modes

- No decisions found for the specified jurisdiction or topic — returns empty result set
- Invalid court or jurisdiction parameter — returns 400 error
- Date range too broad or unsupported — returns 422 error
- Court or topic not covered by the service — returns 404 or empty
- Rate limiting or payment failure — returns 402 or 429 error

## How this service works

Court decision intelligence for legal and policy agents. Covers SCOTUS, CJEU, UK Supreme Court, India SC, Brazil STF, and apex courts globally.

## Output

Returns structured court decision intelligence including case names, ruling summaries, legal holdings, jurisdictions, court names, and dates — covering apex courts globally such as SCOTUS, CJEU, UK Supreme Court, India SC, and Brazil STF

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language (default en)"
  },
  "court": {
   "type": "string",
   "description": "Court (scotus, cjeu, all, etc.)"
  },
  "topic": {
   "type": "string",
   "description": "Topic or case area"
  },
  "action": {
   "type": "string",
   "description": "Action (recent, search, etc.)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/policypulse-court-decision-intelligence-api-68d31fe0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from policypulse.theaslangroupllc.com](https://www.zero.xyz/host/policypulse.theaslangroupllc.com/llms.txt)
