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

---

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