---
title: "Create Bulk Request"
method: POST
path: "/workflows/request/crawl/bulk"
tags: ["workflows"]
---

# Create Bulk Request

`POST /workflows/request/crawl/bulk`

Make up to 50 requests to temporal crawl worker

## Request body

- BulkCrawlRequest
  - `jobs` CrawlRequest[], required
    - `crawl_id` string, required
    - `url` string, required
    - `engines` EngineType[], required
    - `depth` integer
    - `stealth` boolean
    - `camo` boolean
    - `absolute_only` boolean
    - `keep_external` boolean
    - `visit_external` boolean
    - `max_workers` integer
    - `batch_size` integer
    - `max_urls` integer
    - `proxy_url` string, nullable
    - `proxy_username` string, nullable
    - `proxy_password` string, nullable
    - `teardown` boolean
    - `session_id` string, nullable
    - `agentic` boolean
    - `wait_until` 'domcontentloaded' | 'load' | 'networkidle' | 'commit' — When to consider page load complete for web scraping operations

## Response `200`

Successful Response

- BulkCrawlResponse
  - `results` WorkflowResult[], required
    - `url` string, required
    - `workflow_id` string, required
  - `errors` SubmissionError[], nullable
    - `url` string, nullable
    - `workflow_id` string, nullable
    - `error` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/evrimai/apis/cartography-server.md) · [All operations](https://skmtc.net/evrimai/apis/cartography-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evrimai/cartography-server/versions/5ee44bc43d24/schema)
