# TruthPulse Court Case Intelligence

> TruthPulse Court Case Intelligence is a paid API for AI agents from truthpulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Retrieves charges, verdicts, sentences, key rulings, and legal reasoning from public court records across US, UK, Canada, Australia, ICC, and ECHR jurisdictions

## Facts

- Endpoint: GET https://truthpulse.theaslangroupllc.com/api/truth/court-case
- 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/truthpulse-court-case-intelligence-0e7e8d46
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qB2RVq6I8MCl-Rrux2tT5

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 truthpulse-court-case-intelligence-0e7e8d46
```

Example prompt: Pull up the court case details for United States v. Roger Stone — I need the charges, verdict, sentence, and the key legal reasoning from the ruling.

## When to prefer this

Use this endpoint when you need structured court case intelligence — charges, verdicts, sentences, and legal reasoning — from public records across major English-speaking jurisdictions and international courts (ICC, ECHR). Ideal for journalist and researcher agents conducting legal investigations, fact-checking trial outcomes, or building case timelines. Prefer this over generic web search when you need clean, structured legal output rather than raw news articles.

## Known failure modes

- Case not found in public records — returns empty or 404-equivalent response
- Ambiguous case name matching multiple records — may require additional disambiguation parameters
- Jurisdiction not supported — only US, UK, Canada, Australia, ICC, and ECHR are covered
- Sealed or non-public case records — cannot return restricted information
- Payment failure — x402 payment of $0.15 USDC not processed, returns 402

## How this service works

Court case intelligence for researcher and journalist agents. Returns charges, verdict, sentence, key rulings, and legal reasoning from public records across US, UK, Canada, Australia, ICC, and ECHR.

## Output

Returns structured court case data including charges filed, verdict (guilty/not guilty/dismissed), sentence imposed, key rulings and judicial decisions, and the legal reasoning or opinion from the judge, drawn from public records across US, UK, Canada, Australia, ICC, and ECHR jurisdictions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "lang": {
       "type": "string",
       "description": "en | es | fr | de | ja | pt | it | nl | ko | zh | ar (default: en)"
      },
      "focus": {
       "type": "string",
       "description": "all | charges | verdict | sentence | rulings | timeline (default: all)"
      },
      "case_name": {
       "type": "string",
       "description": "defendant name, case name, or case number — e.g. \"State v. Myers\" | \"Alex Murdaugh\" | \"OJ Simpson\" (required)"
      },
      "jurisdiction": {
       "type": "string",
       "description": "US | UK | CA | AU | international | ICC | ECHR | auto (default: auto)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "appeals": "No appeals filed as of record date",
  "charges": [
   "1st Degree Murder (Death Caused by Unlawful Distribution of Fentanyl) x2"
  ],
  "verdict": "Guilty on both counts",
  "sentence": "Life in prison x2, to be served consecutively",
  "case_name": "State of Florida v. George William Myers",
  "key_facts": [
   "Defendant supplied fentanyl knowing it was more potent",
   "Two victims died same day"
  ],
  "legal_basis": "Florida Statute § 782.04 — death resulting from unlawful distribution",
  "jurisdiction": "Florida Circuit Court",
  "sources_note": "Synthesized from public court records, docket filings, and trial reporting",
  "verdict_date": "2025-10-01"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/truthpulse-court-case-intelligence-0e7e8d46/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from truthpulse.theaslangroupllc.com](https://www.zero.xyz/host/truthpulse.theaslangroupllc.com/llms.txt)
