Skip to main content
The Kimi API Platform documentation site provides several machine-readable endpoints. You can hand the entire documentation directly to AI coding assistants, enterprise bots, or RAG systems without crawling pages one by one.

Site-wide endpoints

Per-page Markdown

Append .md to any documentation page URL to get that page in Markdown, for example https://platform.kimi.ai/docs/overview.md. The menu at the top right of every page also offers Copy Page (copy this page as Markdown) and an option to open the page in an AI assistant, which works well when you only need specific pages. Copy page menu: Copy page, View as Markdown, and Open in Kimi
  • AI coding assistants (Claude Code, Cursor, and similar tools): add the llms.txt URL to your rules or context file. The model learns the site structure first, then fetches specific pages on demand;
  • RAG indexing and enterprise bot knowledge bases: crawl llms-full.txt to obtain the entire site in one pass, split it by page, and build your index;
  • API integration and client code generation: use openapi.json directly instead of extracting endpoint details from documentation pages.
The Chinese documentation site offers the same endpoints.