/
Navigation
Chronicles
Browse all articles
Explore
Semantic exploration
Research
Entity momentum
Nexus
Correlations & relationships
Story Arc
Topic evolution
Drift Map
Semantic trajectory animation
Posts
Analysis & commentary
Pulse API
API keys, docs, usage dashboard
Browse
Entities
Companies, people, products, technologies
Domains
Browse by publication source
Handles
Browse by social media handle
Detection
Concept Search
Semantic similarity search
High Impact Stories
Top coverage by position
Sentiment Analysis
Positive/negative coverage
Anomaly Detection
Unusual coverage patterns
Analysis
Rivalry Report
Compare two entities head-to-head
Semantic Pivots
Narrative discontinuities
Crisis Response
Event recovery patterns
Connected
Search: /
Command: ⌘K
Embeddings: large
TEXXR API v1

API Reference

News intelligence API built on 500,000+ tech articles spanning over a decade. Signal detection, knowledge graph queries, semantic search, and entity intelligence.

Base URL https://texxr.com/api/v1
Auth Header X-API-Key
Rate Limit 30 req/min
Free Tier 1,000 credits

Need a key? Get one free at Pulse →

Getting started

1. Get your API key

Sign in at /pulse with your email and generate a key. Free accounts start with 1,000 credits. Your key is shown once — save it immediately.

2. Make your first request

Every request needs your key in the X-API-Key header. Start with a cheap call to orient yourself:

# 1 credit: what's in the corpus? curl -H "X-API-Key: YOUR_KEY" https://texxr.com/api/v1/corpus/stats # 5 credits: the signature endpoint — what happened today? curl -H "X-API-Key: YOUR_KEY" https://texxr.com/api/v1/signals/day/2026-03-11

3. Understand the response

Every response follows the same envelope:

{ "success": true, "data": { ... }, "meta": { "cached": false, "execution_time_ms": 45 } }

Check response headers for credit tracking: X-Credit-Cost, X-Credit-Balance, and X-Cache (cached responses are instant). Errors return "success": false and don't deduct credits.

Credit costs

1 crArticles, corpus stats, dates, patterns, system 2 crEntity profiles, knowledge graph, insights, similar search 5 crSignals/day, semantic search, detection, analysis