Skip to main content
2026-06-23
v0.1.5 — Unified source parameter
POST /api/v1/evidence-finder, POST /api/v1/fact-checker, and GET /api/v1/fact-search now share a consistent source parameter for controlling which data sources are used.

source parameter

ValueBehavior
defaultPublic news sources only. This is the default — no change to existing behavior.
ingestPersonal ingested knowledge base only. Requires a personal access token.
allNews + personal ingested knowledge base combined. Requires a personal access token.
Affected endpoints:
EndpointParameterDefault
GET /api/v1/fact-searchsourcedefault
POST /api/v1/evidence-findersourcedefault
POST /api/v1/fact-checkersourcedefault
Backward compatibility: fact-search previously accepted source=news. This value continues to work as an alias for source=default.