curl
Capture a page
curl -X POST "https://api.anycrawler.com/v1/crawl/screenshot" \
-H "Authorization: Bearer $ANYCRAWLER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com/pricing",
"full_page": true
}' Send the target URL to the screenshot endpoint and store the returned image URL with your audit record.