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

> Fact Search endpoint rename

<Update label="2026-06-05" description="v0.1.2: Fact Search Rename">
  ## Fact Search Rename

  Renamed the News Search endpoint to Fact Search to better reflect the scope of the API.

  ### Changed

  * `GET /api/v1/news/search` has been renamed to `GET /api/v1/fact-search`

  **Migration:** Update any hardcoded endpoint paths from `/api/v1/news/search` to `/api/v1/fact-search`. Query parameters and response schema are unchanged.
</Update>
