BlackbeardOS API
Programmatic access to Project Blackbeard's scam-intelligence platform. The same data that powers the BlackbeardOS dashboard — call KPIs, threat-actor campaigns, transcripts, and an AI intel agent — is available over a REST API.
What the intel is
BlackbeardOS runs an AI voice honeypot ("Martha") that answers inbound US phone scams and keeps the scammer talking to extract their operational intel — the mule bank accounts, crypto wallets, callback numbers, impersonated brands, payment methods, and scripts they use. Every call is transcribed, structured by an LLM extractor, and published to the API. This is shared, first-party honeypot intelligence, not per-customer data.
The three data surfaces
The API mirrors the three dashboard pages. Every tile, chart, and filter you see in the product is reproducible over the API.
Overview free
Headline KPIs, trend time-series, top-N breakdowns, arrival traffic, the Tier-1 financial-extraction table, the US attacker map, and live calls-in-progress.
Threat Actors free
Campaign clusters, the scam-type leaderboard, callback-number infrastructure graphs, script funnels, operating-hours heatmaps, and taxonomy coverage.
Transcripts free
Paginated, filterable call list; full turn-by-turn transcript detail with all extracted insights; and streamed call audio.
Intel Agent pro
Ask natural-language questions over the whole corpus. Answers are grounded in the same data, with a traceable source list.
Exports & delivery pro
Stream CSV extracts, register webhooks for new Tier-1 intel, save searches, and configure alert rules.
Advanced enterprise
Embeddings-based semantic transcript search, anomaly feeds, and partner call federation.
Quick example
Pull the last 24 hours of Tier-1 financial extractions as CSV:
curl -H "Authorization: Bearer $BBO_API_KEY" \
"https://dashboard.martha-honeypot.com/api/exports/tier1?range=24h" \
-o tier1_last_day.csv
https://dashboard.martha-honeypot.com —
all endpoints are under /api/. See
Authentication for how to send your key.
Getting access
API keys are provisioned by the SilverSentinel team — there is no self-service signup. See Access & tiers for the packaging and how to request a key.