Skip to main content

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.

What is a Changelog?

The changelog tracks notable changes to the Factagora Search API for each version. It is intended for developers integrating with the API, so they can understand what changed, whether it breaks existing code, and what action (if any) is required. Only changes to the publicly documented APIs are recorded here. Internal endpoints are excluded.

Versioning

The API follows Semantic VersioningMAJOR.MINOR.PATCH.
PartWhen to incrementExamples
MAJORBreaking changes — existing client code will breakRemoving a field, renaming an endpoint, changing auth method
MINORNew features, backwards-compatibleNew endpoint, new optional parameter, new response field
PATCHBug fixes, backwards-compatibleFixing incorrect response data, performance improvements
Versions in the 0.y.z range are considered early development — anything may change. Stability is guaranteed from 1.0.0 onwards.

What Gets Recorded

Changes to the following endpoints are tracked in this changelog:
EndpointDescription
GET /api/v1/news/searchNews Search
POST /api/v1/fact-checkerFact Checker
POST /api/v1/evidence-finderEvidence Finder
POST /api/v1/deep-researchDeep Research
POST /api/v1/timeseriesTimeseries
POST /api/v1/timeseries/fileTimeseries (file)
POST /api/v1/causality-graphCausality Graph
POST /api/v1/causality-graph/fileCausality Graph (file)
POST /api/v1/fingerprint/embedFingerprint Embed
POST /api/v1/fingerprint/detectFingerprint Detect

Change Categories

Each release groups changes into the following categories:
CategoryMeaning
AddedNew feature or endpoint
ChangedChange to existing behavior
DeprecatedFeature that will be removed in a future version
RemovedFeature that has been removed
FixedBug fix
SecuritySecurity vulnerability addressed