Crawl
Crawl Started
WEBHOOK
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.
Example:
"sha256=abc123def456789..."
Body
application/json
Always true for this event.
The event type.
Allowed value:
"crawl.started"The 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.
Empty array for this event.
The custom metadata object you provided in the webhook configuration. Echoed back in every delivery.
Response
200
Return any 2xx status code to acknowledge receipt.

