For payload examples, configuration, and retry behavior, see Webhook Event Types and Webhook Overview.
Crawl Started
Webhook event sent when a crawl job begins processing.
1 min read
webhookcrawlStarted
webhookcrawlStarted
Headers
HMAC-SHA256 signature of the raw request body, formatted as
sha256=<hex>. Present when an HMAC secret is configured in your account settings. See Webhook Security for verification details.Body
application/jsonThe crawl job ID, matching the
id returned by POST /crawl.Unique identifier for this webhook delivery. Use for deduplication — the same value is sent on retries.
Responses
200
Return any
2xx status code to acknowledge receipt.
