New: Ingest API
Two new endpoints that let you extract structured knowledge from any content source and store it in your personal Temporal Knowledge Graph.POST /api/v1/ingest
Ingest a URL or raw text. Automatically extracts:- Claims: falsifiable factual statements
- Predictions: future-oriented statements with measurable outcomes
- Causal edges: relationships between claims and predictions (CAUSES, SUPPORTS, CONTRADICTS, etc.)
- Vector chunks: semantic search index for the full content

