SPOOK Linker API
SPOOK parses raw unstructured data streams (e.g. Markdown text, draft documents) to build cognitive relational link matrices.
Generate Concept Nodes
POST /v1/spook/linker/parse
Payload Parameters
| Key | Type | Description |
|---|---|---|
| text_payload | String | Raw text notes or document corpus to match keywords against. |
| threshold | Float | Confidence limit for semantic node associations (default 0.75). |