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

# Create Download Request

`POST /workflows/request/download`

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

## Request body

- DownloadRequest
  - `crawl_id` string, required
  - `bucket_name` string, nullable
  - `urls` string[], required
  - `downloader_type` string, required

## Response `200`

Successful Response

- object

## 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)
