{
  "service_name": "general Chiropractic Knowledge API",
  "description": "Paid x402 API for chiropractic practice management knowledge. Search 515K transcript segments, get expert-reviewed canonical protocols with verbatim scripts, or retrieve full video transcripts. Built from the curriculum's general coaching curriculum (548 GB, 1,388 videos, 526 hours).",
  "homepage": "https://api.chiro-x402.org",
  "tags": ["chiropractic", "healthcare", "practice-management", "knowledge-base", "medical", "coaching", "scripts", "protocols", "wellness"],
  "endpoints": [
    {
      "path": "/query",
      "method": "POST",
      "price": "$0.05",
      "description": "Search 515K+ chiropractic knowledge segments",
      "network": "base",
      "asset": "USDC"
    },
    {
      "path": "/premium",
      "method": "POST",
      "price": "$0.15",
      "description": "Canonical chiropractic protocols — 13 expert-reviewed topic answers",
      "network": "base",
      "asset": "USDC"
    },
    {
      "path": "/transcript/:video_id",
      "method": "GET",
      "price": "$0.50",
      "description": "Full transcript of any general training video",
      "network": "base",
      "asset": "USDC"
    },
    {
      "path": "/catalog",
      "method": "GET",
      "price": "free",
      "description": "List all available transcript videos by section"
    },
    {
      "path": "/health",
      "method": "GET",
      "price": "free",
      "description": "Service health and endpoint listing"
    }
  ],
  "network": "base",
  "facilitator": "https://api.cdp.coinbase.com/platform/v2/x402",
  "openapi_url": "https://api.chiro-x402.org/openapi.json"
}
