# TruthPulse New Releases Feed

> TruthPulse New Releases Feed is a paid API for AI agents from truthpulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns the latest FOIA releases, declassified documents, and court rulings that governments and agencies have just made public globally.

## Facts

- Endpoint: GET https://truthpulse.theaslangroupllc.com/api/truth/new-releases
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/truthpulse-new-releases-feed-fedf4e05
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__oTGRMSjtZWHA-GVzOXIH

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-new-releases-feed-fedf4e05
```

Example prompt: Pull up the newest FOIA releases, declassified documents, and court rulings that governments worldwide have just made public — I want to see what dropped most recently for my investigative research.

## When to prefer this

Use this endpoint when you need a chronological, up-to-the-moment feed of the newest government transparency releases across multiple agencies and jurisdictions — ideal for journalists, researchers, or OSINT agents who need to stay current on what has just been declassified or released publicly, rather than searching for specific known documents.

## Known failure modes

- No new releases available — empty feed returned if no new documents have been published recently
- Payment failure (402) — if the x402 micropayment of $0.08 USDC is not processed correctly
- Rate limiting — too many requests in a short window
- Upstream data source lag — feed may not reflect releases in the last few minutes
- Service unavailability (503) — third-party government data sources temporarily unreachable

## How this service works

Latest releases feed for researcher and journalist agents. Returns the newest FOIA releases, declassified documents, and court rulings governments and agencies have just made public globally.

## Output

A feed of the most recently published government records, including FOIA releases, newly declassified documents, and court rulings, each with metadata such as title, issuing agency, release date, document type, and a reference or link to the source material.

## 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)"
      },
      "limit": {
       "type": "string",
       "description": "Releases to return, 1-20 (default 10). Pay-per-release via the upto scheme: $0.03 + $0.0025/release (10 releases = $0.055); exact-scheme payments are flat $0.08."
      },
      "filter": {
       "type": "string",
       "description": "optional keyword to filter results — e.g. \"fentanyl\" | \"JFK\" | \"UAP\""
      },
      "country": {
       "type": "string",
       "description": "US | UK | CA | AU | EU | all (default: all)"
      },
      "category": {
       "type": "string",
       "description": "foia | court | declassified | uap | all (default: all)"
      }
     }
    }
   },
   "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": {
  "as_of": "2026-06-07",
  "country": "US",
  "category": "all",
  "releases": [
   {
    "date": "2026-05-14",
    "title": "JFK Assassination Records — Batch 47",
    "source": "NARA",
    "summary": "CIA operational files on Oswald contacts partially released...",
    "category": "declassified",
    "significance": "high"
   },
   {
    "date": "2026-06-01",
    "title": "Epstein-Maxwell Civil Docket Exhibit 124 Unsealed",
    "source": "SDNY",
    "summary": "Client list exhibit partially unsealed per court order...",
    "category": "court",
    "significance": "high"
   },
   {
    "date": "2026-06-05",
    "title": "DOJ Drug Trafficking Indictment — Chicago",
    "source": "N.D. Illinois",
    "summary": "RICO indictment of 12-member fentanyl distribution network...",
    "category": "court",
    "significance": "medium"
   }
  ],
  "agent_note": "Poll this endpoint daily for the latest releases. Combine with /foia-search for deep-dives on any item."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/truthpulse-new-releases-feed-fedf4e05/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)
