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

> Factagora API releases in 2025-05 (v0.1.0)

<Update label="v0.1.0" description="2025-05-21 · Initial Release">
  ## Initial Release

  First public release of the Factagora API. The following endpoints are available.

  **No breaking changes**: this is the initial release.

  ### Intelligence APIs

  | Endpoint                            | Description                                            |
  | ----------------------------------- | ------------------------------------------------------ |
  | `GET /api/v1/news/search`           | Search recent news articles from global sources        |
  | `POST /api/v1/fact-checker`         | Verify the truthfulness of a claim with AI verdicts    |
  | `POST /api/v1/evidence-finder`      | Find credibility-scored evidence for any topic         |
  | `POST /api/v1/deep-research`        | Run comprehensive multi-source research on a topic     |
  | `POST /api/v1/timeseries`           | Extract timeseries data from a URL or text             |
  | `POST /api/v1/timeseries/file`      | Extract timeseries data from a file upload             |
  | `POST /api/v1/causality-graph`      | Extract a causal relationship graph from a URL or text |
  | `POST /api/v1/causality-graph/file` | Extract a causal relationship graph from a file upload |
  | `POST /api/v1/fingerprint/embed`    | Embed a TKG-based watermark into content               |
  | `POST /api/v1/fingerprint/detect`   | Detect whether content matches a fingerprinted source  |
</Update>
