> ## Documentation Index
> Fetch the complete documentation index at: https://docs.factagora.com/llms.txt
> Use this file to discover all available pages before exploring further.

# v0.1.4

> Ingest API: extract and store knowledge from any URL, text, or file

<Update label="2026-06-18" description="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, so only your own content is returned.
</Update>
