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

# Upload model images

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

Upload images for a model

## Path parameters

- `modelId` string, required

## Response `200`

Images uploaded successfully

- object — Images uploaded successfully
  - `urls` string[]

## Other responses

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