class CustomApiDocs extends HTMLElement { connectedCallback() { this.attachShadow({ mode: 'open' }); this.shadowRoot.innerHTML = `
Analyze a Chinese word and get HSK level, usage, and meaning information.
Get all words from a specific HSK level.
Analyze multiple Chinese words at once.