Get Free API Key

Access the largest library of stories written to help machines reason

30 Day Recall • 1,000 stories/mo • Forever free

Your keys are on their way...
Oops, can you try again...

Already have a key + secret? Connect below →

Python JavaScript TypeScript Java Go

Connect

Add your Synorb API key + API secret to call Streams in the Playground.

Get Free API Key →
🔒 Session-only credentials
Synorb Playground

Playground

Experience the power of Synorb's context infrastructure in seconds

80+ Streams15 Categories12 API Calls
Catalog Metrics
Loading
Catalog Insights
Loading insights...
Session Logs
0
API Calls
0
Stories Read
0
Body Sections
Request Builder
Select date
January 2025
Select date
January 2025
Stories to read 20
Ready
Connect to select a stream
Generated Code
import synorb

client = synorb.Client(
    api_key="your_api_key",
    api_secret="your_api_secret"
)

response = client.stories.fetch(
    stream_id=None,
    page_size=20,
    format='json'
)

API Endpoints

Four REST endpoints providing quota tracking, stream discovery, metadata inspection, and content retrieval.

GET

/profile

Real-time quota tracking with usage analytics and subscription status

Monitor quota & overage
Track reset dates
GET

/catalog

Complete stream library with metadata, domains, and primary entities

Discover all streams
View cross-domains
GET

/stream

Deep stream intelligence with filters, body sections, and activity metrics

15+ body sections
Multi-dimensional filters
POST

/stories

Structured stories with surgical filtering and markdown-formatted sections

Precision date ranges
Section extraction
Complete Documentation

Build with precision using advanced filtering and surgical extraction

Comprehensive guides for implementing multi-dimensional filtering, section-level extraction, and production-ready workflows with 4 REST endpoints.

Multi-dimensional filtering techniques
Section-level extraction patterns
Production architecture examples
Real-world implementation workflows
View Full Documentation
4 Main Sections
20+ Code Examples
15+ Body Sections
9 Production Patterns