> ## 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.

# 2025-05

> 2025-05 Factagora API 릴리스 (v0.1.0)

<Update label="v0.1.0" description="2025-05-21 · 최초 릴리스">
  ## 최초 릴리스

  Factagora API의 첫 공개 릴리스입니다. 아래 엔드포인트를 사용할 수 있습니다.

  **Breaking change 없음.** 최초 릴리스입니다.

  ### Intelligence APIs

  | 엔드포인트                               | 설명                       |
  | ----------------------------------- | ------------------------ |
  | `GET /api/v1/news/search`           | 글로벌 뉴스 기사 검색             |
  | `POST /api/v1/fact-checker`         | AI 기반 주장 사실 검증           |
  | `POST /api/v1/evidence-finder`      | 주제에 대한 신뢰도 기반 근거 탐색      |
  | `POST /api/v1/deep-research`        | 멀티 소스 심층 리서치             |
  | `POST /api/v1/timeseries`           | URL 또는 텍스트에서 시계열 데이터 추출  |
  | `POST /api/v1/timeseries/file`      | 파일 업로드로 시계열 데이터 추출       |
  | `POST /api/v1/causality-graph`      | URL 또는 텍스트에서 인과관계 그래프 추출 |
  | `POST /api/v1/causality-graph/file` | 파일 업로드로 인과관계 그래프 추출      |
  | `POST /api/v1/fingerprint/embed`    | TKG 기반 워터마크 삽입           |
  | `POST /api/v1/fingerprint/detect`   | 핑거프린트된 콘텐츠 감지            |
</Update>
