---
title: "Create new make"
method: POST
path: "/v1/makes"
tags: ["Makes"]
---

# Create new make

`POST /v1/makes`

Create a new make (production batch) with optional SKU link and model files

## Request body

- object
  - `name` string, required
  - `notes` string
  - `sku_id` string, uuid
  - `model_files` object[]
    - `model_file_id` string, uuid, required
    - `quantity_to_print` integer
  - `organizationId` string — Organization ID (optional, defaults to user's primary organization)

## Response `201`

Make created successfully

- object — Make created successfully

## Other responses

- `400` — Invalid request
- `404` — SKU or model file not found

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/revisions/3b06bcb5f808/schema)
