---
title: "Create Task"
method: POST
path: "/quest-tasks/"
---

# Create Task

`POST /quest-tasks/`

## Request body

- object
  - `quest_id` string, required — the id of the quest that this task belongs to
  - `name` string, required
  - `description` string
  - `attributes` unknown[] — key and value pairs
    - unknown

## Response `201`

201

## Other responses

- `400` — 400

---

[API](https://skmtc.net/livelike/apis/engagement-suite.md) · [All operations](https://skmtc.net/livelike/apis/engagement-suite/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/livelike/engagement-suite/revisions/f3171d1c30f7/schema)
