ScalixScalix Docs
Sign up

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

bash
curl "https://api.scalix.world/v1/search?q=data+residency+regulation&region=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

  • RESTGET /v1/search (API reference)
  • CLIscalix-cloud search "your query"
  • SDKsscalix.search in the TypeScript and Python SDKs
  • Agents — the scalix_search tool 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.