Batch Scrape
Batch Scrape Started
Webhook event sent when a batch scrape job begins processing.
WEBHOOK
For payload examples, configuration, and retry behavior, see Webhook Event Types and Webhook Overview.Documentation Index
Fetch the complete documentation index at: https://firecrawl-docs-regenerate-invoices.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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
Allowed value:
"batch_scrape.started"The batch scrape job ID, matching the id returned by POST /batch/scrape.
Unique identifier for this webhook delivery.
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.

