---
title: "Create a company"
method: POST
path: "/api/v1/company"
tags: ["Company"]
---

# Create a company

`POST /api/v1/company`

Create a company

## Request body

- CompanyCreateDTO
  - `name` string, required — The name of the company
  - `description` string, nullable — The description of the company
  - `website` string, nullable — The website of the company
  - `contactEmail` string, nullable — The contact of the company
  - `phone` string, nullable — The phone number of the company
  - `telegramAccount` string, nullable — The telegram account of the company

## Response `201`

Resource created successfully.

- CreatedResponse
  - `detail` string

## Other responses

- `401` — Authentication required.
- `403` — Access denied.
- `404` — The requested resource was not found.
- `422` — Validation error. Please check your input.

---

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