Authenticated via Cloudflare Access. Requests proxy through the Worker — your browser never sees the API key.
—
—
curl -sS -X POST "$API/v2/scrape" \
-H "Authorization: Bearer fc-…" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com",
"formats": [
"markdown"
],
"onlyMainContent": true,
"strategy": "auto"
}'