---
title: "Upload model files"
method: POST
path: "/v1/models/{modelId}/files"
tags: ["Models", "Public"]
---

# Upload model files

`POST /v1/models/{modelId}/files`

Upload one or more printable files for a model.

## Path parameters

- `modelId` string, required

## Response `200`

Files uploaded successfully

- object — Files uploaded successfully
  - `files` object[]
    - `id` string
    - `filename` string
    - `file_path` string
    - `file_type` string
    - `file_size` number
    - `model_id` string
    - `created_at` string

## Other responses

- `400` — Invalid request
- `404` — Model not found
- `500` — Internal server error

---

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