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

# Create Request

`POST /workflows/request/crawl`

Make a request to temporal worker
:param request: crawl request data
:param token_data: api token
:return: response

## Request body

- CrawlRequest
  - `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

- WorkflowResult
  - `url` string, required
  - `workflow_id` 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)
