Stabilarity API Gateway
Unified programmatic access to all research platform APIs
v1.1.0The Stabilarity API Gateway is not a commercial product — it is research infrastructure provided free of charge to all community members.
Every researcher gets a personal API key automatically upon joining. Your key gives you access to all exposed research APIs including Geopolitical Risk data, ScanLab Medical AI, HPF Portfolio Optimizer, Research Articles, and AI Tools.
Join the community — get your free API key
Your Personal API Key
Already a member? Sign in
Quick Start
https://hub.stabilarity.com/api/v1/Auth:
X-API-Key header (or ?api_key= param)Rate Limit: 100 requests/minute (researcher) | 100/day (demo key)
Format: JSON (charts return PNG images)
API Reference
Gateway Status
Geopolitical Risk API
Real-time geopolitical risk analysis with country scores, macro indicators, and chart visualizations.
ScanLab Medical AI
Medical AI diagnostics with multiple models for image classification and analysis.
HPF — Holistic Portfolio Framework
Portfolio optimization and risk analysis using the HPF methodology.
Research Articles API
Access published research articles from the Stabilarity platform with DOI metadata and category filtering.
| Parameter | Type | Description |
|---|---|---|
| category | string | Filter by category slug (e.g. future-of-ai, ai-economics) |
| limit | int | Number of results (1-100, default 20) |
| offset | int | Pagination offset (default 0) |
AI Tools API
Programmatic access to Stabilarity AI assessment tools: use case classifier, ROI calculator, and risk assessment.
Example: Classify a Use Case
Universal Intelligence Benchmark (UIB)
Eight-dimensional AI benchmark framework. Run benchmarks against any model via API, view leaderboards, and retrieve detailed scoring reports.
Example: Run a Benchmark
Reference Trust Analyzer
Evaluate the trustworthiness of academic references — DOI verification, source classification, and STABIL badge scoring.
| Parameter | Type | Description |
|---|---|---|
| url | string | URL of the article or reference to analyze |
Example
Interactive API Documentation
Full OpenAPI specification with try-it-out functionality. Enter your API key below to authenticate requests.
Authentication
All endpoints require authentication. Include your key in one of:
X-API-Key: your-key-here (header, recommended)?api_key=your-key-here (query parameter)Rate limits: 100 req/min for researcher keys, 100 req/day for demo keys.
Your Personal API Key
Already a member? Sign in