---
title: "Create new `Download`"
method: POST
path: "/v1/downloads"
tags: ["not_implemented"]
---

# Create new \`Download\`

`POST /v1/downloads`

Create new `Download`

## Request body

- DownloadInput — Inputs for creating a Download object
  - `taskId` string — ID of the Task associated with this Download
  - `project` string — ID of the Project with which this Download is associated
  - `outputPath` string — Local path where files should be downloaded to
  - `metadata` string — ID of a Metadata object to associate with this Download
  - `location` string — Which location should hanlde the transfer of this Download

## Response `200`

Successful response

## Other responses

- `400` — Invalid input

---

[API](https://skmtc.dev/conductortech/apis/conductor-cloud-rendering-api.md) · [All operations](https://skmtc.dev/conductortech/apis/conductor-cloud-rendering-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/conductortech/conductor-cloud-rendering-api/revisions/0fb056b8d2a1/schema)
