Public demo — rate-limited per IP. Requests proxy through the Worker so your browser never sees the API key. For higher limits, self-host or call the API with your own fc- 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"
}'