Skip to main content

kagi enrich

Query Kagi’s enrichment indexes (Teclis for web, TinyGem for news) for enhanced search capabilities.

Synopsis

Description

The kagi enrich command provides access to Kagi’s specialized enrichment APIs:
  • Teclis - Web enrichment index
  • TinyGem - News enrichment index
These endpoints provide enhanced search capabilities beyond standard search, offering additional context and metadata.

Authentication

Required: KAGI_API_TOKEN Enrichment currently uses Kagi’s legacy /api/v0 API with Bot auth. It requires API access and consumes API credit.

Subcommands

enrich web

Query the Teclis web enrichment index. Example:

enrich news

Query the TinyGem news enrichment index. Example:

Options

<QUERY> (Required)

The search query for the enrichment index. Example:

Output Format

Web Enrichment Output

News Enrichment Output

Examples

Web Enrichment

News Enrichment

Research Workflow

Exit Codes

Common errors:
  • Missing API token
  • Insufficient credit
  • Rate limiting

See Also