Skip to content

Commit 161492d

Browse files
Update src/content/docs/browser-rendering/quick-actions-rest-api/snapshot.mdx
Co-authored-by: Sofia <[email protected]>
1 parent 8ee92dd commit 161492d

File tree

1 file changed

+2
-0
lines changed
  • src/content/docs/browser-rendering/quick-actions-rest-api

1 file changed

+2
-0
lines changed

src/content/docs/browser-rendering/quick-actions-rest-api/snapshot.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-
3838

3939
## Advanced usage
4040

41+
Sets the HTML content of the page, disables JavaScript, changes the page size (`viewport`) and waits up to `30000ms` or until the `DOMContentLoaded` event fires. Then, returns the rendered HTML content and a base-64 encoded screenshot of the page.
42+
4143
```bash
4244
curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-rendering/snapshot' \
4345
-H 'Authorization: Bearer <apiToken>' \

0 commit comments

Comments
 (0)