API ReferenceFetch Bulk
Bulk fetch URLs
Enqueues multiple URLs for fast-path HTTP fetching. Results delivered via webhook. Does not support browser-backed options (cookies, wait_for_selector, etc.).
Authorization
AuthorizationRequiredBearer <token>API key. Obtain from POST /v1/account/api-keys.
In: header
Request Body
application/jsonRequiredurlsRequiredarray<string | object>defaultsobjectwebhook_urlRequiredstringWebhook endpoint URL (HTTPS only; http:// rejected with HTTP 422)
Pattern:
"^https://"Format: "uri"webhook_secretstringmetadataobjectFetch bulk job accepted.