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

# POST /task/new

`POST /task/new`

Creates a new task and places it at the end of the processing queue. For uploading really large tasks, see /task/new/init instead.

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