---
title: "Create new models from uploaded files"
method: POST
path: "/models"
tags: ["Models"]
---

# Create new models from uploaded files

`POST /models`

## Response `201`

Created; a single model was created and the files will be added into it shortly

## Other responses

- `202` — Accepted; multiple models were created, one for each archive, and the files will be extracted into them shortly
- `401` — Unauthorized; the request did not provide valid authentication details
- `403` — Forbidden; the provided credentials do not have permission to perform the requested action

## Changes

- **2026-07-17** (v0) `a3cbfc387e66` — 1 info
  - added the success response with the status `201`
- **2025-10-22** (v0) `0197de36069f` — 1 info
  - added the new optional request property `name`
- **2025-06-26** (v0) `da1160f62c76` — 2 warning
  - removed the request property `files/items/size`
  - removed the request property `files/items/type`
- **2025-06-25** (v0) `067b97dfec91` — 1 info
  - endpoint added
- **2025-03-03** (v0) `ce0a74d4942a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/manyfold3d/apis/manyfold-api/changes/models/post.md)

---

[API](https://skmtc.dev/manyfold3d/apis/manyfold-api.md) · [All operations](https://skmtc.dev/manyfold3d/apis/manyfold-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/manyfold3d/manyfold-api/revisions/a3cbfc387e66/schema)
