The chain · 01 Capture

Capture the moment as a record — structure you can't recover later._

POST https://deepadata.com/api/v1/extract
Authorization: Bearer dda_live_YOUR_KEY

{ "content": "Had a long call with mum
   today. She remembered the kookaburra
   joke from my childhood.",
  "profile": "extended" }
{ "data": {
    "constellation": {
      "emotion_primary": "warmth",
      "arc_type": "bond" },
    "gravity": {
      "emotional_weight": 0.82,
      "recall_triggers":
        ["kookaburra", "childhood"] },
    ... } }

The record mirrors the person at the moment — their representation at the time, over time — not the model's later recall of them.

Schema-bound, not free-form_

Any system can read it, any auditor can check it, and it stays honest to the person it describes. Every record validates against the open EDM specification (v0.8.3, MIT-licensed, machine-validated). Three canonical profiles set the capture depth — Essential (31 fields), Extended (62 fields), and Full (91 fields) — so a record is never whatever a model felt like writing that day.

Extraction is interpretation, not inference: the record captures what the subject expressed, with an explicit experiential-stance field separating lived experience from quoted, witnessed, or hypothetical content. Why that distinction matters.

Three layers between the person and the provider_

That's the design. Here's the status of each, plainly. We monetize validation, sealing, registry, and telemetry — not tokens, and never your users' words.

1 — Identity tokenization

Designed into the format. The record carries token references, not names; the tokenization gateway is in build.

2 — Redaction-first issuance

Redaction-first by design — issue the typed structure, withhold the prose. Shipping as part of the issuance path.

3 — BYOK

Bring your own keys — the SDK runs extraction on your model keys today; the hosted path is completing the same decoupling.

BYOK and gateway deployment ship with design partners.

Six layers. One artifact._

Every EDM artifact stacks six layers of significance — governance at the top, affective weight at the bottom — encoded at capture time.

EDM artifact stack — six layers (meta + governance, Core, Constellation, Milky Way, Gravity, Impulse)meta + governanceCoreConstellationMilky WayGravityImpulse

Hover or focus a layer to see example fields.

A record is only evidence once it's sealed._