LucidAgent API
Access global intelligence data programmatically. 14 endpoints covering world events, markets, conflicts, health, and analytics.
Authentication
Authenticate via header or query parameter:
Authorization: Bearer {api_key}
# or
GET /api/v1/world-pulse?api_key={api_key}Pro tier: 1,000 requests/day
Suite tier: 10,000 requests/day
Endpoints
/api/v1/world-pulseProGlobal risk snapshot for all countries
Params: region, min_risk, limit
/api/v1/indicesProLucidAgent composite index values (LGSI, LMSI, LCEI, LCPI, LUOI)
Params: history=true
/api/v1/anomaliesProStatistical anomalies detected across all data streams
Params: severity, active, category, limit
/api/v1/eventsProGlobal events feed from GDELT
Params: country, category, limit
/api/v1/conflictsProArmed conflict events from ACLED
Params: country, min_fatalities, limit
/api/v1/marketsProMarket snapshot — crypto, forex, equities
Params: type (crypto|forex|equity)
/api/v1/healthProGlobal health status — outbreaks, disease tracking
Params: outbreak_only, country
/api/v1/forecastsProEconomic forecasts with confidence intervals
Params: series, horizon
/api/v1/correlationsProPrecomputed statistical correlations between indicators
Params: min_r, category, limit
/api/v1/rankings/{type}ProGlobal and domestic rankings
Params: limit, offset
/api/v1/time-series/{id}ProHistorical time series for any indicator
Params: from, to, interval
/api/v1/company/{id}SuiteFull company intelligence profile with AI brief
/api/v1/country/{code}ProFull country intelligence with AI brief
/api/v1/world-pulse/{code}ProSingle country detail
Code Examples
curl -H "Authorization: Bearer YOUR_API_KEY" \ "https://lucidagent.ai/api/v1/world-pulse?region=europe&min_risk=50"
Response Format
All endpoints return a consistent envelope:
{
"data": [...],
"meta": {
"total": 195,
"api_version": "1.0",
"last_updated": "2026-04-10T12:00:00Z"
}
}Rate Limits
| Tier | Price | Requests/Day | Concurrent | Features |
|---|---|---|---|---|
| Free | $0 | 0 | - | No API access |
| Pro | $199/mo | 1,000/day | 5 | All endpoints except company detail |
| Suite | $499/mo | 10,000/day | 20 | All endpoints + webhooks |