Build with StatVault
Power your fantasy app, sports website, or analytics tool with Knox intelligence, rollout-aware KC surfaces, and reusable weekly ritual context.
No credit card required for the free plan.
Live KC rollout is still in progress for developer API surfaces.
The API and widget documentation should stay explicit about rollout state. Until the live KC seed is complete, downstream consumers should expect honest fallback labeling rather than silent empty responses.
Developer-facing ritual contract
Integrators should treat the public API as one connected weekly ritual, not a pile of isolated endpoints. The movement surface, evidence surface, and commitment surface are all part of the same trust loop.
Public feature registry
Why KC Moved
Weekly command center for movers, evidence, operator demand, and next actions.
Beat the Vault
Make weekly KC calls, frame rivalries, and track whether your conviction was right.
Ask Knox
Natural-language query surface for current player and product questions.
ForgeQuery
Fast, reusable Knox answer surface for common weekly questions.
Knox Cases
Durable evidence reviews captured from Ask Knox and ForgeVerify.
Choose a Plan
Quick Start
const res = await fetch(
'https://statvault.org/api/v1/rankings/nfl',
{ headers: { 'X-API-Key': 'sf_live_YOUR_KEY' } }
);
const data = await res.json();
console.log(data.rankings[0]);import httpx
r = httpx.get(
"https://statvault.org/api/v1/rankings/nfl",
headers={"X-API-Key": "sf_live_YOUR_KEY"},
)
print(r.json()["rankings"][0])curl -s \
-H "X-API-Key: sf_live_YOUR_KEY" \
"https://statvault.org/api/v1/rankings/nfl" \
| jq '.rankings[0]'curl -s \
"https://statvault.org/api/v1/knox-evidence?sport=nfl&limit=3" \
| jq '.entries[] | {prompt, verdict, evidenceHeadline}'Endpoints Reference
| Method | Endpoint |
|---|---|
| GET | /api/v1/rankings/:sport |
| GET | /api/v1/players/search |
| GET | /api/v1/signal-value |
| GET | /api/v1/forge-clone/:player_id |
| GET | /api/v1/forge-bet |
| POST | /api/v1/forge-query |
| GET | /api/v1/knox-evidence |
| GET | /api/v1/knox-brief |
| GET | /api/v1/forge-contest/current |
Embed Tools
Drop a live KC badge onto any website or CMS with a single script tag. No API key required.
View embed docs →Customize widget colors, typography, and border radius. Copy a pre-configured script tag with your brand settings encoded inline.
Open Theme Builder →