{"openapi":"3.1.0","info":{"title":"Voither public site API","version":"1.0.0","description":"Machine-readable surfaces for the Voither product website. No authenticated product APIs here — grounding and discovery only.","contact":{"email":"hello@voither.com","name":"Voither","url":"https://voither.com"}},"servers":[{"url":"https://voither.com"}],"paths":{"/api/health":{"get":{"summary":"Health check","operationId":"getHealth","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean"},"service":{"type":"string"},"product":{"type":"string"}}}}}}}}},"/api/v1/product.json":{"get":{"summary":"Product facts for agents","operationId":"getProduct","responses":{"200":{"description":"Product document"}}}},"/api/v1/taxonomy.json":{"get":{"summary":"Product taxonomy (HSS → NCIS)","operationId":"getTaxonomy","responses":{"200":{"description":"Taxonomy document"}}}},"/llms.txt":{"get":{"summary":"llms.txt short grounding","operationId":"getLlmsTxt","responses":{"200":{"description":"text/plain"}}}},"/llms-full.txt":{"get":{"summary":"Extended agent grounding","operationId":"getLlmsFullTxt","responses":{"200":{"description":"text/plain"}}}},"/en":{"get":{"summary":"Marketing site (English)","operationId":"getHomeEn","responses":{"200":{"description":"HTML"}}}},"/pt":{"get":{"summary":"Marketing site (Portuguese)","operationId":"getHomePt","responses":{"200":{"description":"HTML"}}}},"/zh":{"get":{"summary":"Marketing site (Chinese)","operationId":"getHomeZh","responses":{"200":{"description":"HTML"}}}}},"tags":[{"name":"discovery"},{"name":"content"}]}