Request API Access
Get a key to query BPR constants, run predictions, and access derivation pipelines programmatically.
GET /api/constants
All 87 derived physical constants with uncertainties
POST /api/predict
Run BPR prediction for any prime p and mode z
POST /api/pipeline
Execute full derivation chains (Casimir, cosmology, ...)
✓
Key Generated
We also sent it to your email. Store it securely — we won't show it again.
Your API Key
Quick start
Fetch all constants
curl https://bpr.thestardrive.com/api/constants \
-H "X-BPR-Key: <your-key>"
Run a prediction
curl -X POST https://bpr.thestardrive.com/api/predict \
-H "X-BPR-Key: <your-key>" \
-H "Content-Type: application/json" \
-d '{"p": 104729, "z": 6}'
Full reference: Researcher Portal