curl "$BULKGRID_BASE_URL/api/v1/crawl" \
-H 'Content-Type: application/json' \
-H "x-api-key: $BULKGRID_API_KEY" \
-d '{
"urls": [
"https://example.com/docs",
"https://example.com/pricing"
],
"options": {
"formats": ["markdown", "cleanHtml"],
"timeout": 30000,
"blockAds": true,
"useInteractions": true
}
}'