> ## 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로 URL, 텍스트, 파일에서 지식을 추출하고 저장

<Update label="2026-06-18" description="v0.1.4: Ingest API">
  ## 신규: Ingest API

  어떤 콘텐츠 소스에서도 구조화된 지식을 추출하여 개인 Temporal Knowledge Graph에 저장할 수 있는 두 개의 새로운 엔드포인트입니다.

  ### POST /api/v1/ingest

  URL 또는 원본 텍스트를 수집합니다. 자동으로 추출하는 항목:

  * **Claims**: 검증 가능한 사실 진술
  * **Predictions**: 측정 가능한 결과를 가진 미래 지향적 진술
  * **Causal edges**: claims와 predictions 간의 관계 (CAUSES, SUPPORTS, CONTRADICTS 등)
  * **벡터 청크**: 전체 콘텐츠의 시맨틱 검색 인덱스

  ### POST /api/v1/ingest/file

  PDF, Markdown, 또는 TXT 파일을 직접 업로드하여 수집합니다.

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

  개인 수집 지식 그래프를 검색합니다. 쿼리와 일치하는 청크, claim, prediction을 반환합니다. 개인 액세스 토큰이 필요하며 본인의 콘텐츠만 반환됩니다.
</Update>
