## Get HTML content and screenshot. `browser_rendering.snapshot.create(SnapshotCreateParams**kwargs) -> SnapshotCreateResponse` **post** `/accounts/{account_id}/browser-rendering/snapshot` Returns the page's HTML content and screenshot. Control page loading with `gotoOptions` and `waitFor*` options. Customize screenshots with `viewport`, `fullPage`, `clip` and others. ### Parameters - `account_id: str` Account ID. - `html: str` Set the content of the page, eg: `

Hello World!!

`. Either `html` or `url` must be set. - `cache_ttl: Optional[float]` Cache TTL default is 5s. Set to 0 to disable. - `action_timeout: Optional[float]` The maximum duration allowed for the browser action to complete after the page has loaded (such as taking screenshots, extracting content, or generating PDFs). If this time limit is exceeded, the action stops and returns a timeout error. - `add_script_tag: Optional[Iterable[Variant0AddScriptTag]]` Adds a `