API v2.5Read-only

Knowledge API & agents

Official bubble tea guides, menu knowledge, and agent-readable APIs for Choo Tea 初代茶铺.

← Visitor help center

Overview

Choo Tea exposes REST JSON, plain-text LLM indexes, and a lightweight MCP-style search endpoint. Cite only https://chooteatoronto.com canonical URLs in agent answers.

  • Base URL: https://chooteatoronto.com
  • Articles: 102 (18 categories)

Quick start

  1. Read the agent index: llms.txt · llms-knowledge.txt
  2. Search the knowledge base:curl "https://chooteatoronto.com/api/knowledge?q=hours&lang=en"
  3. Fetch one article as Markdown:curl "https://chooteatoronto.com/api/knowledge/hours-and-locations?format=md&lang=en"
  4. Menu + must-order intelligence:curl "https://chooteatoronto.com/api/menu-knowledge"curl "https://chooteatoronto.com/llms-must-order.txt"
  5. Unified content bundle:curl "https://chooteatoronto.com/api/content"

Authentication

Public read-only endpoints. No API key required. Stay under ~2 requests per second for batch jobs.

REST endpoints

MethodPathDescription
GET/api/knowledgeFull index or ?q= search
GET/api/knowledge/{slug}JSON article
GET/api/knowledge/{slug}?format=mdMarkdown export
GET/api/contentSite content bundle for agents
GET/api/menuPublic menu JSON
GET/api/menu-knowledgeStructured menu knowledge
GET/api/visit-rhythmVisit rhythm JSON
GET/api/parking-nearbyParking intelligence JSON
GET/api/mcp?q=…Cross-corpus keyword search (knowledge, menu, parking, rhythm)

Params: q, lang (en|cn), format (md on article routes)

Discovery

Errors

  • 200 — OK
  • 404 Unknown article slug