FLT Terminal API
Structured, urgency-scored, verified trace threads delivered by REST or webhook. Built for trading desks, risk teams, newsrooms, and community platforms that need to react before the wire settles.
What you get
- Structured 5-W trace nodes (Who, What, When, Where, Why) — not blobs of prose.
- Urgency (0-100) and velocity scores so you can filter by market-moving signal.
- Category taxonomy: Markets, Economics, War & Conflict, Tech, US Domestic, Health & Science, Culture & Industry.
- Deduped citations from primary wire sources.
- Webhook push for urgency ≥ your threshold, or poll
?since=for near-real-time. - Custom radars (Insight+ / Enterprise) — your own keyword feed running every 60 minutes.
Use cases
Trading desks & stock groups
Subscribe to Markets + Economics categories at urgency ≥ 80. Push straight into Discord, Slack, or a Bloomberg terminal ticker. Beat headline-driven momentum before the aggregators repackage it.
POST /webhooks/your-endpoint
{ "category": ["MARKETS"], "min_urgency": 80 }Corporate risk & supply chain
Geofenced alerts for regions where you operate. Custom radars for supplier names, ports, or commodity terms. Board-ready summaries built from the 5-W skeleton.
GET /api/v1/radars/houthi-red-sea?since=2026-07-13T00:00Z
Broadcasters & newsrooms
Pull the full citation graph for verification. Every claim in a trace links back to the source wires — no more hunting for the primary report before you air.
GET /api/v1/threads/{id}/citationsCommunities, apps & OSINT
Embed a live category ticker in your app or Discord bot. Cache a rolling 24-hour feed. Great for stock groups, geopolitics forums, and OSINT analysts building their own dashboards.
GET /api/v1/traces/active?category=WAR_CONFLICT&limit=25
Endpoints
/api/v1/traces/activeLatest trace nodes across all threads. Filter by category, min_urgency, since./api/v1/threads/:idThread metadata and rollup — velocity, lifecycle, top entities./api/v1/threads/:id/nodesFull ordered node history for a thread./api/v1/threads/:id/citationsSource wires and links backing every claim in the thread./api/v1/radars/:slugYour custom radar output. Insight+ / Enterprise only./webhooks/subscribeRegister a URL to receive push events when urgency threshold is crossed.Sample payload
Every trace node returns as a canonical object. Fields are stable across versions inside v1.
Pricing
All tiers include a private sandbox key, usage dashboard, and email support. Rate limits are per key, not per user.
- 10,000 requests/day
- 1 category filter
- Email alerts (urgency ≥ 85)
- 24h historical window
- 100,000 requests/day
- All categories + geo filters
- Webhook push (any threshold)
- 30-day archive
- 99.5% uptime SLA
- Unlimited requests
- Dedicated infra region
- Custom radars (unlimited)
- SSO, audit log, DPA
- Slack + phone support
Prices in USD. Annual commitments get two months free. Nonprofit and academic discounts available on request.
Live sandbox
Anonymous read of the public sample endpoint. Copy the payload shape into your test harness.