Speech is treated as primary data.
The pipeline watches live audio and structured sources continuously, so downstream users do not have to wait for written recaps.
World's Fastest News API
oruk is engineered around speed: ingest live sources, transcribe speech, extract events, corroborate sources, and publish structured payloads to the surfaces your product already uses.
The pipeline watches live audio and structured sources continuously, so downstream users do not have to wait for written recaps.
Stories include IDs, timestamps, categories, regions, impact, confidence, topics, source lists, quotes, and corroboration metadata.
Start with the public feed, move to authenticated search, connect SSE for live products, and add MCP when agents need context.
Workflow
The same event model can power a product feed, an alert system, an analyst dashboard, a trading workflow, and an AI agent.
Implementation
The public feed is the simplest way to test the data model. Add an API key for authenticated search and real-time streams.
curl "https://api.oruk.ai/v1/stories/feed?limit=10&since_hours=4"
curl -H "X-API-Key: ork_YOUR_KEY" \
"https://api.oruk.ai/v1/stories?q=tariffs&limit=20"
curl -N -H "X-API-Key: ork_YOUR_KEY" \
"https://api.oruk.ai/v1/stream"