# Accessibility Tree ## Get accessibility tree page **post** `/accounts/{account_id}/browser-rendering/accessibilityTree` Returns the page's accessibility tree. Use `interestingOnly` to only return semantically meaningful nodes; use `root` to scope the tree to a CSS-selector-anchored subtree. Control page loading with `gotoOptions` and `waitFor*` options. ### Path Parameters - `account_id: string` Account ID. ### Query Parameters - `cacheTTL: optional number` Cache TTL default is 5s. Set to 0 to disable. ### Body Parameters - `body: object { html, actionTimeout, addScriptTag, 18 more } or object { url, actionTimeout, addScriptTag, 18 more }` - `object { html, actionTimeout, addScriptTag, 18 more }` - `html: string` Set the content of the page, eg: `