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.

Versionv1 (public beta)Breaking changes will be versioned.
FormatJSONUTF-8, documented response envelopes.
Access modelRead-only publicModeration and ingestion stay protected.

Endpoints

Public routes

Rate limits and availability are surfaced by response headers; consume sources in accordance with their published terms.

GET/api/v1/flavors/

Paginated flavor profiles with data mode and publication state.

GET/api/v1/flavors/{slug}/

One Flavor DNA-ready profile with linked evidence.

GET/api/v1/index/

Index metadata and publication gate; may return no global score.

GET/api/v1/index/history/

Versioned index snapshots where publication criteria are met.

GET/api/v1/compare/?flavors=…

Two-to-four profile comparison with explicit mode.

GET/api/v1/reports/

Cited daily intelligence briefs.

GET/api/v1/evidence/

Public evidence objects and source references.

GET/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.