# TruthPulse UAP/UFO Declassified Records

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

Retrieves synthesized global UAP/UFO official declassified records from US AARO, France GEIPAN, Chile CEFAA, UK MoD, and Brazil Air Force disclosure databases

## Facts

- Endpoint: GET https://truthpulse.theaslangroupllc.com/api/truth/uap-records
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/truthpulse-uap-ufo-declassified-records-445582b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_q_e9kJ4KdQ6SN2kuAt31a

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-445582b7
```

Example prompt: Pull the official declassified UAP records from AARO, UK MoD, and France GEIPAN for any incidents reported over the Atlantic — I'm writing a piece on cross-agency sightings and need the government-sourced case details.

## When to prefer this

Choose this endpoint when you need synthesized, multi-country official UAP/UFO government disclosures in a single call, especially when cross-referencing US AARO with international agencies like GEIPAN, CEFAA, UK MoD, or Brazil Air Force. Prefer this over general FOIA search endpoints when the subject matter is specifically UAP/UFO incident records rather than broad declassified documents.

## Known failure modes

- No records found matching query parameters — returns empty result set
- Invalid filter parameters — returns 400 error with field validation details
- Payment not processed or insufficient balance — returns 402 Payment Required
- Rate limit exceeded — returns 429 with retry-after header
- Upstream government database temporarily unavailable — returns 503

## 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

Returns synthesized declassified UAP/UFO records drawn from multiple official government sources including US AARO, France GEIPAN, Chile CEFAA, UK Ministry of Defence, and Brazil Air Force. Each record includes incident details, agency source attribution, disclosure metadata, and case identifiers as published in official government disclosures.

## 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-445582b7/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)
