# PolicyPulse Court Decision Intelligence

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

Retrieves and analyzes apex court decisions globally, covering SCOTUS, CJEU, UK Supreme Court, India SC, Brazil STF, and other top-tier courts worldwide.

## Facts

- Endpoint: GET https://policypulse-ten.vercel.app/api/court
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/policypulse-court-decision-intelligence-23372c2e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__B0xqtEzRmTCKtF0FshSN

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-23372c2e
```

Example prompt: Pull the most recent SCOTUS rulings on First Amendment free speech cases and give me a plain-English summary of each decision and how it shifts existing precedent.

## When to prefer this

Choose this endpoint when you need structured intelligence specifically on apex/supreme court rulings from major global jurisdictions (SCOTUS, CJEU, UK SC, India SC, Brazil STF). Prefer this over general legal search when you need cross-jurisdictional court decision comparison, recent precedent tracking, or AI-ready summaries of complex rulings rather than raw case documents.

## Known failure modes

- No matching cases found for the specified court or topic — returns empty result set
- Unsupported jurisdiction or court name — returns error indicating valid court options
- Overly broad query with too many results — may return truncated or paginated response
- Payment failure via x402 protocol — returns 402 Payment Required before data is delivered
- Ambiguous legal topic with no clear matching rulings — returns low-confidence or generic results

## 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 intelligence on apex court decisions including case names, ruling summaries, jurisdictions, legal reasoning, and precedent implications for the queried court and topic.

## 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-23372c2e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from policypulse-ten.vercel.app](https://www.zero.xyz/host/policypulse-ten.vercel.app/llms.txt)
