{"openapi":"3.1.0","info":{"title":"TVM Terminal API","version":"1.0.0","description":"TVM Terminal (Trending · Viral · Momentum) — real-time cultural telemetry and cross-platform diffusion intelligence."},"servers":[{"url":"https://api.tvmterminal.com/v1"}],"paths":{"/v1/pulse":{"get":{"summary":"Get the Daily Pulse feed (Top 50 trends)","responses":{"200":{"description":"Pulse feed JSON"}}}},"/v1/history/snapshot":{"get":{"summary":"Get historical snapshot by date & time","parameters":[{"name":"date","in":"query","schema":{"type":"string"}},{"name":"time","in":"query","schema":{"type":"string"}}],"responses":{"200":{"description":"Snapshot JSON"}}}},"/v1/history/lifecycle":{"get":{"summary":"Get birth→peak→decay trajectory for a keyword","parameters":[{"name":"keyword","in":"query","schema":{"type":"string"}}],"responses":{"200":{"description":"Lifecycle JSON"}}}},"/v1/graph/related":{"get":{"summary":"Semantic similarity search (knowledge graph)","parameters":[{"name":"keyword","in":"query","schema":{"type":"string"}}],"responses":{"200":{"description":"Related trends JSON"}}}},"/llms.txt":{"get":{"summary":"LLM-consumable Markdown","responses":{"200":{"description":"Markdown"}}}}}}