Kagi API Playground

Build, inspect and run requests against every Kagi API surface β€” FastGPT, Summarizer, Enrichment and Search. Generates ready-to-run cURL, JavaScript and Python.

Settings & authentication

Kagi's API sends no CORS headers, so a browser on file:// cannot call it directly β€” live "Send" will fail unless you route through a CORS proxy you trust and control (e.g. a self-hosted cors-anywhere). ⚠ Any proxy you use can see your API token. With no proxy set, use the generated cURL/code in your own terminal instead β€” that always works.

FastGPT

Quick AI answer to a query, grounded in web search, with references. POST /api/v0/fastgpt

Request

GET

      

Code


        

Live response