---
title: "POST /task/new/init"
method: POST
path: "/task/new/init"
tags: ["task"]
---

# POST /task/new/init

`POST /task/new/init`

Initialize the upload of a new task. If successful, a user can start uploading files via /task/new/upload. The task will not start until /task/new/commit is called.

## Query parameters

- `token` string

## Headers

- `set-uuid` string

## Response `200`

Success

- object
  - `uuid` string, required — UUID of the newly created task

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