Skip to main content
2026-06-18
v0.1.4 — Ingest API

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

POST /api/v1/ingest/file

Upload a PDF, Markdown, or TXT file directly for ingestion.

GET /api/v1/fact-search?source=ingest

Search your personal ingested knowledge graph. Returns chunks, claims, and predictions matching your query. Requires a personal access token — only your own content is returned.