← Back to feed
Developer

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}/citations

Communities, 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

GET/api/v1/traces/activeLatest trace nodes across all threads. Filter by category, min_urgency, since.
GET/api/v1/threads/:idThread metadata and rollup — velocity, lifecycle, top entities.
GET/api/v1/threads/:id/nodesFull ordered node history for a thread.
GET/api/v1/threads/:id/citationsSource wires and links backing every claim in the thread.
GET/api/v1/radars/:slugYour custom radar output. Insight+ / Enterprise only.
POST/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.

flt-terminal - bash
GET
Response
$ Press "Send Request" to call the live sandbox endpoint.

Pricing

All tiers include a private sandbox key, usage dashboard, and email support. Rate limits are per key, not per user.

Signal
Solo traders, small stock groups, indie developers.
$499
/month
  • 10,000 requests/day
  • 1 category filter
  • Email alerts (urgency ≥ 85)
  • 24h historical window
Contact sales
Most popular
Desk
Trading desks, prop firms, research shops, mid-sized newsrooms.
$1,499
/month
  • 100,000 requests/day
  • All categories + geo filters
  • Webhook push (any threshold)
  • 30-day archive
  • 99.5% uptime SLA
Contact sales
Enterprise
Banks, hedge funds, defense integrators, broadcasters.
Custom
  • Unlimited requests
  • Dedicated infra region
  • Custom radars (unlimited)
  • SSO, audit log, DPA
  • Slack + phone support
Contact sales

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.

flt-terminal - bash
GET
Response
$ Press "Send Request" to call the live sandbox endpoint.

Request access

By submitting you agree we can email you about API access.