You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/browser-rendering/get-started.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,15 @@ There are two ways to use Browser Rendering:
14
14
15
15
This guide will help you choose the right path for your needs and get you started with your first Browser Rendering project.
16
16
17
-
##REST API
17
+
# REST API
18
18
19
19
The REST API is best for situations where you have an existing application and want to perform simple, stateless browser actions.
20
20
21
-
###Prerequisites
21
+
## Prerequisites
22
22
- Sign up for a [Cloudflare account](https://dash.cloudflare.com/sign-up/workers-and-pages).
23
23
- Create a [Cloudflare API Token](/fundamentals/api/get-started/create-token/) with `Browser Rendering - Edit` permissions.
24
24
25
-
###Example: Take a screenshot of the Cloudflare homepage
25
+
## Example: Take a screenshot of the Cloudflare homepage
26
26
27
27
<Render
28
28
file="example-screenshot-from-url"
@@ -35,21 +35,21 @@ The REST API can also be used to:
35
35
-[Generate a PDF](/browser-rendering/rest-api/pdf-endpoint/)
36
36
-[and more...](/browser-rendering/rest-api/)
37
37
38
-
##Workers Bindings
38
+
# Workers Bindings
39
39
40
40
Workers Bindings are best for situations where you need to build more complex, multi-step browser automation workflows. You can use familiar tools like [Puppeteer](/browser-rendering/platform/puppeteer/) and [Playwright](/browser-rendering/platform/playwright/).
41
41
42
42
### Prerequisites
43
43
<Renderfile="prereqs"product="workers" />
44
44
45
-
###Example: Navigate to a URL, take a screenshot, and store in KV
45
+
## Example: Navigate to a URL, take a screenshot, and store in KV
If you have any feature requests or notice any bugs, share your feedback directly with the Cloudflare team by joining the [Cloudflare Developers community on Discord](https://discord.cloudflare.com/).
54
54
55
55
- Check out all the [REST API endpoints](/browser-rendering/rest-api/)
0 commit comments