# TruthPulse Conspiracy Theory Deep-Dive Brief

> TruthPulse Conspiracy Theory Deep-Dive Brief is a paid API for AI agents from truthpulse-five.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

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

## Facts

- Endpoint: GET https://truthpulse-five.vercel.app/api/truth/conspiracy-brief
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/truthpulse-conspiracy-theory-deep-dive-brief-51c6172b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sqbAQUNYqM42RPAtWMXLP

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-deep-dive-brief-51c6172b
```

Example prompt: Can you do a full evidence-based deep dive on the MKUltra conspiracy — pull together everything from FOIA releases, declassified CIA documents, and court filings to show me what the records actually prove versus what's speculation?

## When to prefer this

Use this endpoint when a user wants a comprehensive, evidence-grounded analysis of a specific conspiracy theory drawing on official government records, FOIA disclosures, and court documents — rather than media opinion or general web content. Prefer this over generic web search when the goal is to evaluate what public records actually establish versus rumor.

## Known failure modes

- Theory too vague or broad — returns insufficient or unfocused results
- No relevant FOIA or declassified documents exist — brief may be sparse
- Rate limiting or payment failure at $0.2 USDC per call
- Theory involves purely private actors with no public records — limited evidence available
- Service unavailable or Vercel deployment error

## 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 synthesized brief covering all available public records, FOIA releases, declassified documents, and court filings relevant to the queried conspiracy theory, presenting what the evidence actually shows versus what remains unsubstantiated speculation.

## 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-deep-dive-brief-51c6172b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from truthpulse-five.vercel.app](https://www.zero.xyz/host/truthpulse-five.vercel.app/llms.txt)
