AUSPEX// UAP INTELLIGENCE
UNCLASSIFIED
DEVELOPER
API REFERENCE

AUSPEX API

Programmatic access to the AUSPEX incident corpus, documents, and analysis engine. Free tier: read-only incident data. Analyst tier: full analysis + AI endpoints.

AUTHENTICATION

Include your API key in the Authorization header:

Authorization: Bearer nx_your_api_key_here

Endpoints marked with require an Analyst or Enterprise plan.

GET/api/incidents

List all incidents with optional filtering

credibilitystringFilter: CONFIRMED, HIGH, MEDIUM, LOW, UNVERIFIED
observablesstringComma-separated: ANTI_GRAVITY,TRANSMEDIUM
near_nuclearbooleanOnly incidents near nuclear facilities
date_fromstringISO date lower bound
date_tostringISO date upper bound
regionstringNA, EU, APAC, LATAM, MENA
limitnumberMax results (default 50)
GET/api/incidents/:id

Get a single incident with full analysis (sky context, corroboration, similar incidents)

GET/api/documents

List all indexed documents with metadata

sourcestringFilter by source: CIA, FBI, AARO, etc.
GET/api/analysis/clusters

DBSCAN spatial clusters with significance ratings

eps_kmnumberDBSCAN epsilon in km (default 250)
min_ptsnumberMinimum points per cluster (default 3)
GET/api/analysis/proximity

Nuclear proximity chi-squared analysis

radius_kmnumberProximity radius in km (default 100)
POST/api/ai/extract

AI entity extraction from text (Claude-powered)

textstringDocument text to analyze
POST/api/ai/search

Semantic vector search across all documents and incidents

querystringNatural language search query
limitnumberMax results (default 10)