Kagi website screenshot

Kagi

Kagi is a privacy-focused premium search engine that also operates a commercial APIs portfolio for developers. The Kagi APIs Portal exposes Search, Enrichment, Universal Summarizer, and FastGPT endpoints, plus a free Small Web RSS feed for non-commercial use. The portal includes an API Playground, usage dashboard, and API key management with IP allowlists and per-product scopes. Kagi publishes an OpenAPI specification and ships official client libraries in Python, Go, Rust, and TypeScript. Billing is pay-per-use with monthly invoicing and a Discord community for developer support.

4 APIs 0 Features
SearchPremium SearchAI SearchSummarizationFastGPTEnrichmentOpenAPIPay-Per-UsePrivacyLLMsWeb Index

APIs

Kagi Search API

The Kagi Search API delivers premium, ad-free web search results powered by the Kagi index, designed for AI agents, research workflows, and applications that demand high-quality...

Kagi Enrichment API

The Kagi Enrichment API provides access to Kagi's Teclis non-commercial web index and TinyGem news index for specialized retrieval and discovery workloads.

Kagi Universal Summarizer API

The Universal Summarizer API condenses URLs, documents, audio, and video into structured summaries using Kagi's hosted models.

Kagi FastGPT API

FastGPT is Kagi's LLM-powered question answering API that combines a hosted model with live Kagi web search for grounded, cited answers.

Collections

Pricing Plans

Kagi Plans Pricing

1 plans

PLANS

Rate Limits

Kagi Rate Limits

2 limits

RATE LIMITS

FinOps

Kagi Finops

FINOPS

Resources

🔗
Website
Website
🔗
Documentation
Documentation
📰
Blog
Blog
👥
GitHubOrganization
GitHubOrganization
💰
Pricing
Pricing
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🔗
Discord
Discord
🔗
X
X
📄
ChangeLog
ChangeLog

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Kagi Search API
  version: 1.0.0
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Search
    type: folder
  items:
  - info:
      name: Run a Kagi search query via GET
      type: http
    http:
      method: GET
      url: https://kagi.com/api/v1/search
      params:
      - name: q
        value: ''
        type: query
        description: Search query string.
    docs: Perform a web search using the Kagi index by passing the query as a URL parameter.
  - info:
      name: Run a Kagi search query
      type: http
    http:
      method: POST
      url: https://kagi.com/api/v1/search
      body:
        type: json
        data: '{}'
    docs: Perform a web search using the Kagi index. Supports access to premium results, Lenses, and markdown extraction features.
- info:
    name: Extract
    type: folder
  items:
  - info:
      name: Extract markdown from URLs
      type: http
    http:
      method: POST
      url: https://kagi.com/api/v1/extract
      body:
        type: json
        data: '{}'
    docs: Extract clean markdown content from up to 10 URLs per request using the Kagi extraction service.
bundled: true