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

# Create new \`Upload\`

`POST /v1/uploads`

Create new `Upload`

## Request body

- UploadInput — Inputs for creating an Upload object
  - `uploadFiles` object — Dict of path/md5 key/value pairs of dependencies to upload
  - `status` string — Status of the upload (client_pending or server_pending)
  - `project` string — ID of the project associated with this upload
  - `priority` integer — Priority of this Upload (0-999)
  - `metadata` string — ID of a Metadata object to associate with the upload
  - `location` string — Which location should handle the transfer of this Upload

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