# TruthPulse Conspiracy Theory Evidence Brief

> TruthPulse Conspiracy Theory Evidence Brief is a paid API for AI agents from truthpulse.theaslangroupllc.com, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-14).

Synthesizes public records, FOIA releases, declassified documents, and court filings to produce an evidence-based brief on any conspiracy theory.

## Facts

- Endpoint: GET https://truthpulse.theaslangroupllc.com/api/truth/conspiracy-brief
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/truthpulse-conspiracy-theory-evidence-brief-7a76f819
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__JJcUScQvajId-QqIZ3tY

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-conspiracy-theory-evidence-brief-7a76f819
```

Example prompt: Can you pull together everything the public record actually shows about the MKUltra mind control conspiracy — FOIA releases, declassified CIA documents, court filings, anything official — and give me an evidence-based brief on what's confirmed, what's disputed, and what's still murky?

## When to prefer this

Use this endpoint when a researcher or journalist agent needs an evidence-grounded synthesis of a specific conspiracy theory using primary sources (FOIA, declassified docs, court records) rather than opinion or secondary reporting. Prefer over general web search when the goal is verifiable, document-backed factual assessment rather than narrative aggregation.

## Known failure modes

- No public records found for obscure or highly niche theories — returns empty or minimal evidence set
- Theory query too vague or ambiguous — may return broad results not specific to intended theory
- Very recent theories may lack declassified or FOIA documentation
- Rate limiting or payment failure at $0.20 USDC per call

## How this service works

Conspiracy theory deep-dive for researcher and journalist agents. Synthesizes public records, FOIA releases, declassified docs, and court filings on any theory into what the evidence actually shows.

## Output

A structured evidence brief covering what public records, FOIA releases, declassified government documents, and court filings actually show about the queried conspiracy theory, including confirmed facts, disputed claims, and gaps in the record.

## 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)"
      },
      "depth": {
       "type": "string",
       "description": "overview | deep-dive (default: deep-dive)"
      },
      "topic": {
       "type": "string",
       "description": "JFK assassination | 9/11 Commission | Moon landing | Epstein network | Operation Paperclip | any topic (required)"
      }
     }
    }
   },
   "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": {
  "topic": "JFK assassination",
  "verdict": "Officially: Lee Harvey Oswald acted alone (Warren Commission). Disputed.",
  "sources_note": "Synthesized from declassified government records, FOIA releases, and official commission reports",
  "confidence_level": "documented_facts: high | conspiracy_claims: medium | full_truth: unresolved",
  "contested_claims": [
   "Grassy knoll second shooter",
   "CIA involvement",
   "LBJ foreknowledge"
  ],
  "documented_facts": [
   "Oswald fired from 6th floor of TSBD — ballistic evidence confirmed",
   "Single bullet theory officially maintained but contested by HSCA acoustics findings",
   "CIA withheld documents from Warren Commission — admitted in 1990s releases"
  ],
  "what_records_show": "HSCA (1979) concluded probable conspiracy. 2022-2026 JFK releases reveal CIA asset ties to Oswald.",
  "what_remains_classified": "Approximately 3,500 documents still withheld as of 2026 due to \"national security\"",
  "official_documents_reviewed": [
   "Warren Commission Report",
   "HSCA Final Report",
   "JFK Records Act releases 2022-2026"
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/truthpulse-conspiracy-theory-evidence-brief-7a76f819/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)
