Public API Reference

The open surface for real-time temporal synchronization and audit.

Base URL

https://timeverse.ma/api/v1

Default Convention

TV-CONV-EARTH-2026-01

Core Endpoints

GET `/v1/core/state`

The main synchronization hook. Returns the live state of the T2 kernel, D-Calendar, and normative TSAE example.

{
  "convention_id": "TV-CONV-EARTH-2026-01",
  "R": 86400,
  "day_index": 1275,
  "phi_ticks": 59344,
  "hs_canonical_swt12": 9,
  "utc_iso_display": "2026-03-24T12:29:04Z",
  "stamp_display": "C0.Y4.M5.W3.D2@09:34"
}

GET `/v1/ai/tpe-vector`

Returns the Temporal Phase Encoding (TPE) vector for neural network context injection.

{
  "tpe_schema": "TV-TPE-2026-01",
  "day_index": 1275,
  "phi_ticks": 59344,
  "tpe_vector_display": [0.86, -0.51, 0.48, 0.87, ...]
}

Security & Replay

GET `/v1/challenge`

Generates a server-signed temporal challenge for anti-replay protection.

{
  "schema": "TV-TEMPORAL-CHALLENGE-2026-01",
  "nonce_rand_128_hex": "a1b2c3d4...",
  "phi_ticks": 59344,
  "ttl_s_u32": 120
}

Error Codes

CodeDescription
OUTSIDE_WINDOWRequest timestamp is outside the signed phase window.
REPLAY_DETECTEDThe nonce has already been used in the current replay horizon.
FLOATS_REJECTEDSigned payload contains floating point numbers (Kernel Rule).