---
title: "Add a company"
method: POST
path: "/api/v1/companies"
tags: ["Companies"]
---

# Add a company

`POST /api/v1/companies`

## Request body

- CreateCompany
  - `token` string, required
  - `item` object
    - `name` string, required — the company name
    - `address` string — address of the company
    - `web` string — link to the company web page
    - `contact` string — contacts
    - `email` string — email
    - `fax` string — fax number
    - `description` string — general description

## Response `200`

company created

## Other responses

- `401` — Error: Unauthorized
- `422` — Title cannot be blank

---

[API](https://skmtc.net/labguru/apis/labguru-api.md) · [All operations](https://skmtc.net/labguru/apis/labguru-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/labguru/labguru-api/revisions/0534e4d70b77/schema)
