---
title: "Create new model"
method: POST
path: "/models"
tags: ["Manufacturers"]
---

# Create new model

`POST /models`

## Query parameters

- `skipWebhook` boolean

## Headers

- `x-organization-id` integer

## Request body

- object
  - `name` string, required — Model name.
  - `manufacturerId` integer, required — Manufacturer ID the model belongs to.

## Response `201`

Successfully created manufacturer model

- object
  - `id` integer, required — Unique ID of the manufacturer model.

## Other responses

- `400` — OrganizationId was not provided
- `401` — Invalid token
- `403` — Manufacturer model REST API creation is currently disabled
- `404` — Could not find the specified manufacturer.
- `500` — Internal server error.

---

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