Scalix Search
A curated original-source search index — originals only by default, with provenance on every result
Overview
Scalix Search is a curated original-source search index — a registry of original publishers (newsrooms, wires, regulators), not a crawl of the open web. By default it returns originals only: syndicated copies are collapsed to the source that published first, and every result carries provenance — source, published date, region, and a canonical flag.
That makes it a search surface built for programs and agents that need to cite where information actually came from, rather than the copy that ranked highest.
Quick start
curl "https://api.scalix.world/v1/search?q=data+residency+regulation®ion=eu" \
-H "Authorization: Bearer $SCALIX_API_KEY"Parameters: q (query) · region (e.g. in, eu, us, global) ·
language (e.g. en) · original_only (default true — set false to see
syndicated copies too) · limit (1–100, default 20).
Every surface
- REST —
GET /v1/search(API reference) - CLI —
scalix-cloud search "your query" - SDKs —
scalix.searchin the TypeScript and Python SDKs - Agents — the
scalix_searchtool on the MCP endpoint, same auth and metering as every other tool
Requires the search:read scope; results are metered like any other API call.
Console management UI is not yet available — the API surfaces above are the
supported paths today.