We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73aee2d commit 2447a8fCopy full SHA for 2447a8f
src/content/changelog/browser-rendering/2025-02-27-br-rest-api-beta.mdx
@@ -1,5 +1,5 @@
1
---
2
-title: New REST API is in open beta!
+title: New REST API is in open beta
3
description: We've released a new REST API in open beta.
4
products:
5
- browser-rendering
@@ -23,7 +23,7 @@ curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-
23
-H 'Authorization: Bearer <apiToken>' \
24
-H 'Content-Type: application/json' \
25
-d '{
26
- "html": "Hello World!",
+ "html": "Hello World.",
27
"screenshotOptions": {
28
"type": "webp",
29
"omitBackground": true
0 commit comments