Crene API — Developer Documentation
API ReferenceREST
Prediction intelligence via REST API. Real-time forecasts from 4 frontier AI models across macro, earnings, crypto, and policy events. Every prediction Brier scored and resolved against authoritative sources. Public endpoints for exploration, authenticated for bulk export.
Quick start
# Public — no auth needed
curl "https://api-get.crene.com/api/predictions/accuracy/"
# Divergence signals
curl "https://api-get.crene.com/api/predictions/edges/?min_edge=15"
# Prediction lifecycle + taxonomy
curl "https://api-get.crene.com/api/predictions/lifecycle/{question_id}/"
# Authenticated — bulk export
curl -H "X-API-Key: crn_..." \
"https://api-get.crene.com/api/export/predictions/?output=csv&limit=500"Authentication
Most endpoints are public with generous rate limits. For bulk exports and higher throughput, pass your key via the X-API-Key header.
What's in the data
1,000+
Active forecasts
Earnings, macro, crypto, trade, and 9 categories
16,771
Resolved outcomes
Brier scored, calibrated, with AI error and market error per prediction
3 modes
Informed · Blind · Augmented
Same question, different information access — measures what information is worth
Pricing
Pro$29/mo
1,000 req/day
✓All public endpoints
✓Lifecycle & taxonomy data
✓Edges & divergence signals
✓CSV export
API$199/mo
10,000 req/day
✓Everything in Pro
✓Bulk CSV & JSON export
✓Full taxonomy history
✓Priority rate limits
Enterprise$1,000/mo
Unlimited
✓Everything in API
✓Streaming / webhook delivery
✓Custom taxonomy fields
✓Dedicated support & SLA
All plans include the full prediction dataset. API plan adds bulk export, higher limits, and full taxonomy history access. Need a custom integration or dataset license? Get in touch.
Base URL
https://api-get.crene.com