Terplax API
Build on evidence, not an opaque score.
The public API returns mode, provenance, confidence and methodology metadata alongside records. A client must never need to infer whether an answer is demo, live reference or unpublished.
Endpoints
Public routes
Rate limits and availability are surfaced by response headers; consume sources in accordance with their published terms.
/api/v1/flavors/Paginated flavor profiles with data mode and publication state.
/api/v1/flavors/{slug}/One Flavor DNA-ready profile with linked evidence.
/api/v1/index/Index metadata and publication gate; may return no global score.
/api/v1/index/history/Versioned index snapshots where publication criteria are met.
/api/v1/compare/?flavors=…Two-to-four profile comparison with explicit mode.
/api/v1/reports/Cited daily intelligence briefs.
/api/v1/evidence/Public evidence objects and source references.
/api/v1/methodology/Current methodology version and scoring disclosure.
Response contract
Every response carries disclosure metadata.
{
"data": { "…": "…" },
"meta": {
"dataMode": "demo | live",
"modeLabel": "Demo data — illustrative, not live",
"methodologyVersion": "0.1.0",
"generatedAt": "ISO-8601",
"persistence": "available | unavailable | not_requested"
}
}Illustrative response only. See Methodology and Data Sources before treating a data point as suitable for downstream decision-making.