---
title: "POST /task/new/upload/{uuid}"
method: POST
path: "/task/new/upload/{uuid}"
tags: ["task"]
---

# POST /task/new/upload/{uuid}

`POST /task/new/upload/{uuid}`

Adds one or more files to the task created via /task/new/init. It does not start the task. To start the task, call /task/new/commit.

## Path parameters

- `uuid` string, required

## Query parameters

- `token` string

## Response `200`

File Received

- Response
  - `success` boolean, required — true if the command succeeded, false otherwise
  - `error` string — Error message if an error occured

## Other responses

- `default` — Error

---

[API](https://skmtc.net/opendronemap/apis/nodeodm.md) · [All operations](https://skmtc.net/opendronemap/apis/nodeodm/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opendronemap/nodeodm/versions/0967fcbb5e81/schema)
