Code SnippetSingleV3
PublicCrawlingMarch 12, 202684 viewsV3

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.

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.

Get Started Free

Comments

Sign in to join the conversation.

Join PromptCentral — it's free

Start Free