---
title: "Create Tasks"
method: POST
path: "/api/v2/ui/tasks"
tags: ["Tasks"]
---

# Create Tasks

`POST /api/v2/ui/tasks`

POST request to create a new object. The request must contain the resource record as data with the attributes of the new object.To add relationships, a relationships object can be added with the resource records of the relations that are part of this object.

## Response `201`

successful operation

## Other responses

- `400` — Invalid request
- `401` — Authentication failed
- `403` — Permission denied
- `409` — Resource already exists

---

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