Cloudflare Browser Rendering Crawl API Example (cURL)
Effortlessly initiate a crawl of any URL with Cloudflare's API, streamlining your website's rendering and performance analysis.
Kaustubh Joshi
Pro@kaustubh.joshiCode Snippet
Code Snippet Contentv3
curl -X POST 'https://api.cloudflare.com/client/v4/accounts/{account_id}/browser-rendering/crawl' \
-H 'Authorization: Bearer <apiToken>' \
-H 'Content-Type: application/json' \
-d '{
"url": "https://blog.cloudflare.com/"
}'Like this code snippet?
Create a free account to save, fork, and improve it with AI.