01
Claim an API token.
Start with public evaluation, then move into account-backed keys when integration usage matters.
Structured ZettaWire event signals behind customer keys, usage posture, archive packaging, and a webhook rollout path. Public access stays lightweight while paid access becomes an operational surface for products, automations, and partner delivery.
Primary use
Operational APIs
Delivery
Keys + webhooks
Archive
24h to 24mo
Schema
2026-04-22
# Query recent maritime disruption signals.
curl "https://api.zettawire.com/api/v1/stories?category=security&min_score=0.7" \
-H "X-API-Key: $ZETTAWIRE_API_KEY"
-H "Accept: application/json"
// HTTP/2 200 OK
{
"event_id": "evt_20260422_red_sea_18431",
"headline": "Port disruption near Suez corridor raises shipping risk",
"category": "security",
"score": 8.4,
"source_confidence": "multi_source",
"geo": { "region": "Red Sea", "lat": 30.04 }
}01
Start with public evaluation, then move into account-backed keys when integration usage matters.
02
Query structured story events by category, geography, score, archive tier, or publication window.
03
Keep downstream systems clean with confidence, topic, category, and canonical story filters.
04
Growth and Enterprise teams graduate into controlled webhook delivery and longer archive access.
Object
Object
Object
Risk and intelligence
Country and sector teams pipe geofenced feeds into internal briefs while keeping canonical ZettaWire context attached.
"Archive depth and source confidence matter more than another generic article feed."Sovereign risk desk
Operations and logistics
Ports, corridors, suppliers, and watchlists can become structured alert inputs instead of manual search jobs.
"The signal payload gives product teams the data shape our operators already use."Supply chain team
Newsrooms and research
Each event keeps a stable ID, canonical URL, confidence posture, and metadata that can survive CMS and archive workflows.
"We need structured context without losing the human-readable story behind it."Research editor
Public access
Evaluation
Recommended
Signals Starter
Paid
Signals Growth
Private beta
Enterprise
Custom
TypeScript
@zettawire/sdk
npm install ->
Python
zettawire
pip install ->
Go
zw-go
go get ->
Rust
zettawire
cargo add ->
Ruby
zettawire
gem install ->
CLI
zw
brew install ->
Delivery pipeline
Bring the same event layer behind the public ZettaWire product into your internal tools, alerts, market-risk dashboards, and partner applications.
Schematic - ingest -> dedupe -> score -> publish
Beta access
We use this form to understand developer demand, integration use cases, and which public pages produce qualified API leads.