diff --git a/src/content/partials/browser-rendering/example-screenshot-from-url.mdx b/src/content/partials/browser-rendering/example-screenshot-from-url.mdx index 7e897a75ce3993..ec52ccf3025c7a 100644 --- a/src/content/partials/browser-rendering/example-screenshot-from-url.mdx +++ b/src/content/partials/browser-rendering/example-screenshot-from-url.mdx @@ -3,7 +3,7 @@ curl -X POST 'https://api.cloudflare.com/client/v4/accounts//browser- -H 'Authorization: Bearer ' \ -H 'Content-Type: application/json' \ -d '{ - "html": "Hello World!", + "url": "https://example.com/page", "screenshotOptions": { "omitBackground": true }