---
title: "Create multiple new `Task` objects"
method: POST
path: "/v1/task_batch"
tags: ["not_implemented"]
---

# Create multiple new \`Task\` objects

`POST /v1/task_batch`

Create multiple new `Task` objects

## Request body

- object
  - `data` Task[]
    - `uploadId` string, uri — Collection of files required for task
    - `timeStarted` string — start time in Unix Epoch time format
    - `timeFinished` string — Finish time in Unix Epoch time format
    - `taskLabel` string — Human friendly task id.
    - `statusDescription` string — Description of current status.
    - `status` string — Current status of task.
    - `selfLink` string, uri — Resource locator for this object
    - `priority` integer — Higher priority values will be selected first
    - `jobLabel` string — Human friendly job id.
    - `jobId` integer — Job ID
    - `id` string — Unique identifier for this Task
    - `environment` object — Collection of environment variables
    - `command` string — Command to execute

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