---
title: "Create make for model file"
method: POST
path: "/v1/model-files/{modelFileId}/makes"
tags: ["Makes"]
---

# Create make for model file

`POST /v1/model-files/{modelFileId}/makes`

Create a new make linked to a model file with materials, optionally set as default

## Path parameters

- `modelFileId` string, uuid, required

## Request body

- object
  - `name` string, required
  - `notes` string
  - `materials` object[], required
    - `filament_index` integer, required
    - `material_id` string, uuid, required
  - `is_default` boolean
  - `organizationId` string

## Response `200`

Default Response

---

[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/versions/3b06bcb5f808/schema)
