---
title: "Add model file to make"
method: POST
path: "/v1/makes/{id}/model-files"
tags: ["Makes"]
---

# Add model file to make

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

Link a model file to a make with quantity

## Path parameters

- `id` string, uuid, required

## Request body

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

## Response `201`

Model file linked successfully

- object — Model file linked successfully

## Other responses

- `404` — Make or model file not found
- `409` — Model file already linked to this make

---

[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)
