# TruthPulse UAP/UFO Declassified Records

> TruthPulse UAP/UFO Declassified Records is a paid API for AI agents from truthpulse-five.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Retrieves and synthesizes official government UAP/UFO records from US AARO, France GEIPAN, Chile CEFAA, UK MoD, Brazil Air Force, and other international disclosure programs into a single response

## Facts

- Endpoint: GET https://truthpulse-five.vercel.app/api/truth/uap-records
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/truthpulse-uap-ufo-declassified-records-45ed0e81
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_G0Go83XMC7cw-h1LIeM7u

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-uap-ufo-declassified-records-45ed0e81
```

Example prompt: Pull all official UAP records related to the 2004 USS Nimitz incident across AARO, UK MoD, and any other international agencies that have disclosed relevant data.

## When to prefer this

Choose this endpoint when you need official, government-sourced UAP/UFO records from multiple international agencies in a single synthesized call rather than querying each national database separately. Ideal for cross-country comparative research, journalism, or building timelines of official UAP disclosures.

## Known failure modes

- No matching records found for the specified query or date range
- Rate limiting or payment failure returning 402
- Upstream government source temporarily unavailable causing partial results
- Invalid query parameters returning 400 error
- Timeout if synthesis across many sources takes too long

## How this service works

Global UAP/UFO declassified records for researcher and journalist agents. Synthesizes US AARO, France GEIPAN, Chile CEFAA, UK MoD, and Brazil Air Force official disclosures.

## Output

A synthesized dataset of official UAP/UFO records aggregated from multiple international government sources including US AARO, France GEIPAN, Chile CEFAA, UK MoD, and Brazil Air Force — including incident details, agency source attribution, dates, and disclosure status.

## Example request

```json
{}
```

## 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": "incident | investigation | testimony | evidence | all (default: all)"
      },
      "country": {
       "type": "string",
       "description": "US | FR | UK | BR | CL | AU | CA | all (default: all)"
      },
      "incident": {
       "type": "string",
       "description": "Nimitz | Tic Tac | Roswell | AATIP | Gimbal | Rendlesham | Phoenix Lights | any incident or leave blank for overview"
      }
     }
    }
   },
   "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": {
  "incident": "Nimitz UAP Encounter (2004)",
  "key_evidence": [
   "FLIR1 video declassified 2017",
   "Pilot testimony of Cmdr. David Fravor",
   "Princeton radar tracking data"
  ],
  "sources_note": "Official government records, declassified video metadata, and AARO published findings",
  "where_to_read": "aaro.mil, https://www.theblackvault.com/casefiles/the-nimitz-encounters/",
  "official_status": "Declassified — US Navy acknowledged 2017",
  "witness_accounts": 3,
  "country_of_record": "US",
  "government_agency": "US Navy / AARO",
  "official_findings": "No conventional explanation identified; AARO categorized as UAP",
  "classification_history": "Classified → declassified via FOIA 2017",
  "international_corroboration": "France GEIPAN has 3 comparable radar+visual incidents in same era"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/truthpulse-uap-ufo-declassified-records-45ed0e81/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)
