---
title: "Create Task"
method: POST
path: "/card"
---

# Create Task

`POST /card`

Creates a new task.

## Request body

- TaskInput
  - `title` string, required
  - `description` string, required
  - `typeId` string, required
  - `dimension` string, required
  - `software` string, required
  - `fileFormats` string, required
  - `isDraft` boolean
  - `product` 'Graphics' | 'Video' | 'Canva Graphics' | 'Canva Plus'
  - `textCopy` string
  - `brandId` string
  - `textCopyFiles` string
  - `additionalFiles` string
  - `additionalFilesNote` string
  - `referenceFiles` string
  - `referenceFilesNote` string
  - `tagIds` string

## Response `200`

Created task object

- Task
  - `id` string
  - `title` string
  - `description` string
  - `product_type` string
  - `dimensions` string
  - `labels` string
  - `tags` string
  - `text_copy` string
  - `file_formats` string
  - `software` string
  - `created_at` string
  - `updated_at` string
  - `request_type` string, nullable
  - `created_by` string, nullable
  - `due_date` string, nullable
  - `status` TaskStatus
    - `id` string
    - `name` string
    - `color` string
  - `files` File[]
    - `id` string
    - `name` string
    - `ext` string
    - `urls` object
      - `full` string
      - `large` string
      - `medium` string
      - `small` string
    - `type` string
  - `brand` string, nullable

---

[API](https://skmtc.dev/kimp360/apis/kimp360-api.md) · [All operations](https://skmtc.dev/kimp360/apis/kimp360-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kimp360/kimp360-api/revisions/a666c05afc8b/schema)
