Input Parameter Expansion
This release expands the input parameters across all 6 Intelligence APIs to standardize filtering, language, and result-size controls.No breaking changes — all new parameters are optional with sensible defaults. Existing requests continue to work unchanged.Added Parameters
| Endpoint | New Parameters |
|---|---|
GET /api/v1/news/search | from, to, domains |
POST /api/v1/evidence-finder | from, to, language, country, sortBy |
POST /api/v1/fact-checker | language, limit, from, to |
POST /api/v1/deep-research | language, limit, from, to |
POST /api/v1/timeseries | language, limit |
POST /api/v1/causality-graph | language, limit |
Notes
- For
news/search, whenfromortois provided, the existingtimespanparameter is ignored (absolute range takes precedence). - For
news/search, the newdomainsparameter accepts a comma-separated list of source domains to restrict results to (e.g.bbc.com,reuters.com). - The
languageparameter onfact-checkeranddeep-researchcontrols the response text language; structural fields (verdictenum, section titles) remain in English for stable parsing. - For
timeseriesandcausality-graph, thelanguageparameter affects extracted labels only; timestamps and node IDs remain in their canonical formats.

